summaryrefslogtreecommitdiff
path: root/glfw/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-03-06 22:15:33 +0100
committerHampusM <hampus@hampusmat.com>2024-03-06 22:15:41 +0100
commit251beb34720d2e7d60ceaddc811a65f52f15bdbd (patch)
tree7342c483661d3dc2f229097a15a41532c333e3c5 /glfw/Cargo.toml
parentb9668a6ba06af650eab5c77c78a487556af20a6b (diff)
feat(glfw): add setting key callback
Diffstat (limited to 'glfw/Cargo.toml')
-rw-r--r--glfw/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/glfw/Cargo.toml b/glfw/Cargo.toml
index 110ed96..b60d245 100644
--- a/glfw/Cargo.toml
+++ b/glfw/Cargo.toml
@@ -9,6 +9,7 @@ opengl = []
[dependencies]
libc = "0.2.148"
thiserror = "1.0.49"
+bitflags = "2.4.0"
[build-dependencies.bindgen]
version = "0.68.1"