File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " raylib-sys"
3
- version = " 5.5.0 "
3
+ version = " 5.5.1 "
4
4
authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
5
5
license = " Zlib"
6
6
description = " Raw FFI bindings for Raylib"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " raylib-test"
3
- version = " 5.5.0 "
3
+ version = " 5.5.1 "
4
4
authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
5
5
edition = " 2018"
6
6
license = " Zlib"
7
7
readme = " ../README.md"
8
8
repository = " https://github.com/raylib-rs/raylib-rs"
9
9
10
10
[dependencies ]
11
- raylib = { version = " 5.5.0 " , path = " ../raylib" }
12
- raylib_sys = { version = " 5.5.0 " , path = " ../raylib-sys" }
11
+ raylib = { version = " 5.5.1 " , path = " ../raylib" }
12
+ raylib_sys = { version = " 5.5.1 " , path = " ../raylib-sys" }
13
13
lazy_static = " 1.2.0"
14
14
colored = " 2.1.0"
15
15
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " raylib"
3
- version = " 5.5.0 "
3
+ version = " 5.5.1 "
4
4
authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
5
5
license = " Zlib"
6
6
readme = " ../README.md"
@@ -13,7 +13,7 @@ edition = "2018"
13
13
autoexamples = false
14
14
15
15
[dependencies ]
16
- raylib-sys = { version = " 5.5.0 " , path = " ../raylib-sys" }
16
+ raylib-sys = { version = " 5.5.1 " , path = " ../raylib-sys" }
17
17
cfg-if = " 1.0.0"
18
18
serde = { version = " 1.0.125" , features = [" derive" ], optional = true }
19
19
serde_json = { version = " 1.0.64" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " raylib-examples"
3
- version = " 5.5.0 "
3
+ version = " 5.5.1 "
4
4
authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
5
5
edition = " 2021"
6
6
license = " Zlib"
@@ -9,7 +9,7 @@ repository = "https://github.com/raylib-rs/raylib-rs"
9
9
10
10
11
11
[dependencies ]
12
- raylib = { path = " ../raylib" , version = " 5.5.0 " }
12
+ raylib = { path = " ../raylib" , version = " 5.5.1 " }
13
13
structopt = " 0.2"
14
14
specs-derive = " 0.4.1"
15
15
rand = " 0.8"
@@ -106,4 +106,4 @@ required-features = ["imgui"]
106
106
[[bin ]]
107
107
name = " music_effects"
108
108
path = " music_effects.rs"
109
- required-features = [" ringbuf" ]
109
+ required-features = [" ringbuf" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " raylib-showcase"
3
- version = " 5.5.0 "
3
+ version = " 5.5.1 "
4
4
authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
5
5
edition = " 2018"
6
6
license = " Zlib"
@@ -10,4 +10,4 @@ repository = "https://github.com/raylib-rs/raylib-rs"
10
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
11
12
12
[dependencies ]
13
- raylib = { version = " 5.5.0 " , path = " ../raylib" }
13
+ raylib = { version = " 5.5.1 " , path = " ../raylib" }
You can’t perform that action at this time.
0 commit comments