We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd99e5a commit 854e86fCopy full SHA for 854e86f
Cargo.toml
@@ -41,7 +41,7 @@ optional = true
41
42
[dependencies.csfml-graphics-sys]
43
path = "ffi/csfml-graphics-sys"
44
-version = "0.5.0"
+version = "0.6.0"
45
optional = true
46
47
[dependencies.csfml-audio-sys]
ffi/csfml-graphics-sys/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "csfml-graphics-sys"
3
description = "Bindings to csfml-graphics"
4
5
authors = ["rust-sfml developers"]
6
links = "csfml-graphics"
7
build = "build.rs"
0 commit comments