File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Follow instructions for building raylib for your platform [here](https://github.
5050
5151``` toml
5252[dependencies ]
53- raylib = { version = " 5.6" }
53+ raylib = { version = " 5.6.0 " }
5454```
5555
56562 . Start coding!
Original file line number Diff line number Diff line change 11[package ]
22name = " raylib-sys"
3- version = " 5.6"
3+ version = " 5.6.0 "
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 @@ -8,8 +8,8 @@ readme = "../README.md"
88repository = " https://github.com/raylib-rs/raylib-rs"
99
1010[dependencies ]
11- raylib = { version = " 5.6" , path = " ../raylib" }
12- raylib_sys = { version = " 5.6" , path = " ../raylib-sys" }
11+ raylib = { version = " 5.6.0 " , path = " ../raylib" }
12+ raylib_sys = { version = " 5.6.0 " , path = " ../raylib-sys" }
1313lazy_static = " 1.2.0"
1414colored = " 1.9.1"
1515
Original file line number Diff line number Diff line change 11[package ]
22name = " raylib"
3- version = " 5.6"
3+ version = " 5.6.0 "
44authors = [" raylib-rs team <https://github.com/raylib-rs/raylib-rs>" ]
55license = " Zlib"
66readme = " ../README.md"
@@ -13,7 +13,7 @@ edition = "2021"
1313autoexamples = false
1414
1515[dependencies ]
16- raylib-sys = { version = " 5.6" , path = " ../raylib-sys" , default-features = false }
16+ raylib-sys = { version = " 5.6.0 " , path = " ../raylib-sys" , default-features = false }
1717serde = { version = " 1.0.125" , features = [" derive" ], optional = true }
1818serde_json = { version = " 1.0.64" , optional = true }
1919imgui = { version = " 0.12.0" , optional = true , features = [] }
Original file line number Diff line number Diff line change 11[package ]
22name = " raylib-examples"
3- version = " 5.6"
3+ version = " 5.6.0 "
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.6" }
12+ raylib = { path = " ../raylib" , version = " 5.6.0 " }
1313structopt = " 0.2"
1414specs-derive = " 0.4.1"
1515rand = " 0.8"
You can’t perform that action at this time.
0 commit comments