diff options
Diffstat (limited to 'glfw/Cargo.toml')
-rw-r--r-- | glfw/Cargo.toml | 3 |
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" |