diff --git a/Cargo.toml b/Cargo.toml index 1fc30fb2..f957f7db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.56" bitflags = "1.0.0" raw-window-handle-0-5 = { package = "raw-window-handle", version = "0.5.0", optional = true } raw-window-handle-0-6 = { package = "raw-window-handle", version = "0.6.0", optional = true } -glfw-sys = "6.0.0" +glfw-sys = {version = "6.0.0", default-features = false, features = ["native-gl", "native-egl"]} [target.'cfg(target_os = "macos")'.dependencies] objc2 = "0.5.1"