diff options
Diffstat (limited to 'glfw/Cargo.toml')
-rw-r--r-- | glfw/Cargo.toml | 1 |
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" |