summaryrefslogtreecommitdiff
path: root/glfw
diff options
context:
space:
mode:
Diffstat (limited to 'glfw')
-rw-r--r--glfw/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/glfw/Cargo.toml b/glfw/Cargo.toml
index 9f7ecde..71d4913 100644
--- a/glfw/Cargo.toml
+++ b/glfw/Cargo.toml
@@ -7,5 +7,7 @@ edition = "2021"
libc = "0.2.148"
thiserror = "1.0.49"
-[build-dependencies]
-bindgen = "0.68.1"
+[build-dependencies.bindgen]
+version = "0.68.1"
+default-features = false
+features = ["runtime"]