diff options
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r-- | engine/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 7b42cab..40b2e9f 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" glfw = { path = "../glfw" } thiserror = "1.0.49" gl = "0.14.0" +bitflags = "2.4.0" |