File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,15 @@ license = "Apache-2.0"
66name = " glfw"
77readme = " README.md"
88repository = " https://github.com/bjz/glfw-rs"
9- version = " 0.59 .0"
9+ version = " 0.60 .0"
1010edition = " 2021"
1111rust-version = " 1.56"
1212
1313[dependencies ]
1414bitflags = " 1.0.0"
1515raw-window-handle-0-5 = { package = " raw-window-handle" , version = " 0.5.0" , optional = true }
1616raw-window-handle-0-6 = { package = " raw-window-handle" , version = " 0.6.0" , optional = true }
17- # TODO: remove the package attribute after glfw-sys is published
18- glfw-sys = { version = " 6" , package = " glfw-sys-passthrough" }
17+ glfw-sys = " 6.0.0"
1918
2019[target .'cfg(target_os = "macos")' .dependencies ]
2120objc2 = " 0.5.1"
@@ -61,4 +60,4 @@ serde = ["dep:serde"]
6160[package .metadata .docs .rs ]
6261features = [" all" ]
6362no-default-features = true
64- targets = [" x86_64-unknown-linux-gnu" , " x86_64-apple-darwin" , " x86_64-pc-windows-msvc" ]
63+ targets = [" x86_64-unknown-linux-gnu" , " x86_64-apple-darwin" , " x86_64-pc-windows-msvc" ]
You can’t perform that action at this time.
0 commit comments