Skip to content

Commit 6de6b26

Browse files
authored
Merge pull request #590 from bvssvni/master
Published 0.60.0
2 parents 49fdabc + 3ceae84 commit 6de6b26

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ license = "Apache-2.0"
66
name = "glfw"
77
readme = "README.md"
88
repository = "https://github.com/bjz/glfw-rs"
9-
version = "0.59.0"
9+
version = "0.60.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-
# 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]
2120
objc2 = "0.5.1"
@@ -61,4 +60,4 @@ serde = ["dep:serde"]
6160
[package.metadata.docs.rs]
6261
features = ["all"]
6362
no-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"]

0 commit comments

Comments
 (0)