diff options
Diffstat (limited to 'glfw/Cargo.toml')
-rw-r--r-- | glfw/Cargo.toml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/glfw/Cargo.toml b/glfw/Cargo.toml deleted file mode 100644 index 0a47e73..0000000 --- a/glfw/Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -[package] -name = "glfw" -version = "0.1.0" -edition = "2021" - -[features] -opengl = [] - -[dependencies] -libc = "0.2.148" -thiserror = "1.0.49" -bitflags = "2.4.0" -util-macros = { path = "../util-macros" } - -[build-dependencies.bindgen] -version = "0.68.1" -default-features = false -features = ["runtime"] |