File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ rust-version = "1.86"
1414
1515[dependencies ]
1616fyrox-core = { path = " ../fyrox-core" , version = " 1.0.0-rc.1" }
17- fyrox-ui = { path = " ../fyrox-ui" , version = " 1.0.0-rc.1 " }
17+ fyrox-ui = { path = " ../fyrox-ui" , version = " 1.0.0-rc.2 " }
1818fyrox-resource = { path = " ../fyrox-resource" , version = " 1.0.0-rc.1" }
1919serde = { version = " 1.0.215" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ rust-version = "1.86"
1818fyrox-core-derive = { path = " ../fyrox-core-derive" , version = " 1.0.0-rc.1" }
1919fyrox-core = { path = " ../fyrox-core" , version = " 1.0.0-rc.1" , features = [" serde" ] }
2020fyrox-sound = { path = " ../fyrox-sound" , version = " 1.0.0-rc.1" }
21- fyrox-ui = { path = " ../fyrox-ui" , version = " 1.0.0-rc.1 " }
21+ fyrox-ui = { path = " ../fyrox-ui" , version = " 1.0.0-rc.2 " }
2222fyrox-resource = { path = " ../fyrox-resource" , version = " 1.0.0-rc.1" }
2323fyrox-animation = { path = " ../fyrox-animation" , version = " 1.0.0-rc.1" }
2424fyrox-graph = { path = " ../fyrox-graph" , version = " 1.0.0-rc.1" }
Original file line number Diff line number Diff line change 11[package ]
22name = " fyrox-ui"
3- version = " 1.0.0-rc.1 "
3+ version = " 1.0.0-rc.2 "
44authors = [" Dmitry Stepanov <d1maxa@yandex.ru>" ]
55edition = " 2021"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments