Skip to content

Commit 517e78a

Browse files
authored
Merge pull request #597 from bvssvni/master
Published 0.61.0
2 parents 5c1efc2 + 3675107 commit 517e78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ license = "Apache-2.0"
66
name = "glfw"
77
readme = "README.md"
88
repository = "https://github.com/bjz/glfw-rs"
9-
version = "0.60.0"
9+
version = "0.61.0"
1010
edition = "2021"
1111
rust-version = "1.56"
1212

1313
[dependencies]
1414
bitflags = "1.0.0"
1515
raw-window-handle-0-5 = { package = "raw-window-handle", version = "0.5.0", optional = true }
1616
raw-window-handle-0-6 = { package = "raw-window-handle", version = "0.6.0", optional = true }
17-
glfw-sys = {version = "6.0.0", default-features = false, features = ["native-gl", "native-egl"]}
17+
glfw-sys = {version = "7.0.0", default-features = false, features = ["native-gl", "native-egl"]}
1818

1919
[target.'cfg(target_os = "macos")'.dependencies]
2020
objc2 = "0.5.1"

0 commit comments

Comments
 (0)