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 11[package ]
22name = " raylib-sys"
3- version = " 5.5.0 "
3+ version = " 5.5.1 "
44authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
55license = " Zlib"
66description = " Raw FFI bindings for Raylib"
Original file line number Diff line number Diff line change 11[package ]
22name = " raylib-test"
3- version = " 5.5.0 "
3+ version = " 5.5.1 "
44authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
55edition = " 2018"
66license = " Zlib"
77readme = " ../README.md"
88repository = " https://github.com/raylib-rs/raylib-rs"
99
1010[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" }
1313lazy_static = " 1.2.0"
1414colored = " 2.1.0"
1515
Original file line number Diff line number Diff line change 11[package ]
22name = " raylib"
3- version = " 5.5.0 "
3+ version = " 5.5.1 "
44authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
55license = " Zlib"
66readme = " ../README.md"
@@ -13,7 +13,7 @@ edition = "2018"
1313autoexamples = false
1414
1515[dependencies ]
16- raylib-sys = { version = " 5.5.0 " , path = " ../raylib-sys" }
16+ raylib-sys = { version = " 5.5.1 " , path = " ../raylib-sys" }
1717cfg-if = " 1.0.0"
1818serde = { version = " 1.0.125" , features = [" derive" ], optional = true }
1919serde_json = { version = " 1.0.64" , optional = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " raylib-examples"
3- version = " 5.5.0 "
3+ version = " 5.5.1 "
44authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
55edition = " 2021"
66license = " Zlib"
@@ -9,7 +9,7 @@ repository = "https://github.com/raylib-rs/raylib-rs"
99
1010
1111[dependencies ]
12- raylib = { path = " ../raylib" , version = " 5.5.0 " }
12+ raylib = { path = " ../raylib" , version = " 5.5.1 " }
1313structopt = " 0.2"
1414specs-derive = " 0.4.1"
1515rand = " 0.8"
@@ -106,4 +106,4 @@ required-features = ["imgui"]
106106[[bin ]]
107107name = " music_effects"
108108path = " music_effects.rs"
109- required-features = [" ringbuf" ]
109+ required-features = [" ringbuf" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " raylib-showcase"
3- version = " 5.5.0 "
3+ version = " 5.5.1 "
44authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
55edition = " 2018"
66license = " Zlib"
@@ -10,4 +10,4 @@ repository = "https://github.com/raylib-rs/raylib-rs"
1010# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111
1212[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