summaryrefslogtreecommitdiff
path: root/glfw/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'glfw/Cargo.toml')
-rw-r--r--glfw/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/glfw/Cargo.toml b/glfw/Cargo.toml
new file mode 100644
index 0000000..9f7ecde
--- /dev/null
+++ b/glfw/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "glfw"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+libc = "0.2.148"
+thiserror = "1.0.49"
+
+[build-dependencies]
+bindgen = "0.68.1"