diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-31 13:50:31 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-31 13:50:31 -0500 |
| commit | 94fa96fe2091ee9f758b79b4c1a5d2c5ca60d1ac (patch) | |
| tree | d6b0f4c1ad387b0a5ef16afb6576443a96f97ba2 /Cargo.toml | |
| parent | fddfed5b8524a1f7592b0200a8e6546e0aca4390 (diff) | |
Option flags
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ enum-map = "*" # fast maps with enums as keys bimap = "*" # bijective maps reqwest = "*" # http requests bytes = "*" # bytes for http responses +bitflags = "*" # bitwise flags [target.'cfg(target_arch = "wasm32")'.dependencies] winit = {version = "*", features = ["serde"]} # windowing and events |
