diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-11 14:55:07 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-11 14:55:07 -0400 |
| commit | 2a7b0690f4dbc33c9fc2b0b1eeb814b44eb20c30 (patch) | |
| tree | 2d48e393109c61fe3ce591d634f2f80e9a9774df /Cargo.toml | |
| parent | 22fbeca88a781aca7bcc965ac8189244497671d6 (diff) | |
Update
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ bimap = "*" # bijective maps reqwest = "*" # http requests bytes = "*" # bytes for http responses bitflags = "*" # bitwise flags -anyhow = "*" # generic error type handling +color-eyre = { version = "*", default-features = false } # error reporting and formatting [target.'cfg(target_arch = "wasm32")'.dependencies] winit = {version = "=0.29.15", features = ["serde"]} # windowing and events |
