From d7e22f3586801c25a00874e4ec422e79ff9123b6 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 3 Dec 2023 20:59:53 +0100 Subject: chore(glfw): add OpenGL crate feature --- glfw/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'glfw/Cargo.toml') 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" -- cgit v1.2.3-18-g5258