summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-01-31 13:50:31 -0500
committerLLLL Colonq <llll@colonq>2025-01-31 13:50:31 -0500
commit94fa96fe2091ee9f758b79b4c1a5d2c5ca60d1ac (patch)
treed6b0f4c1ad387b0a5ef16afb6576443a96f97ba2 /Cargo.toml
parentfddfed5b8524a1f7592b0200a8e6546e0aca4390 (diff)
Option flags
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f9450b..23dd274 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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