summaryrefslogtreecommitdiff
path: root/glfw/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'glfw/Cargo.toml')
-rw-r--r--glfw/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/glfw/Cargo.toml b/glfw/Cargo.toml
index 71d4913..110ed96 100644
--- a/glfw/Cargo.toml
+++ b/glfw/Cargo.toml
@@ -3,6 +3,9 @@ name = "glfw"
version = "0.1.0"
edition = "2021"
+[features]
+opengl = []
+
[dependencies]
libc = "0.2.148"
thiserror = "1.0.49"