Skip to content

Commit 854e86f

Browse files
Bump csfml-graphics-sys version
1 parent dd99e5a commit 854e86f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ optional = true
4141

4242
[dependencies.csfml-graphics-sys]
4343
path = "ffi/csfml-graphics-sys"
44-
version = "0.5.0"
44+
version = "0.6.0"
4545
optional = true
4646

4747
[dependencies.csfml-audio-sys]

ffi/csfml-graphics-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "csfml-graphics-sys"
33
description = "Bindings to csfml-graphics"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
authors = ["rust-sfml developers"]
66
links = "csfml-graphics"
77
build = "build.rs"

0 commit comments

Comments
 (0)