File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bevy_winit"
3
- version = " 0.8.0 "
3
+ version = " 0.9.0-dev "
4
4
edition = " 2021"
5
5
description = " A winit window and input backend for Bevy Engine"
6
6
homepage = " https://bevyengine.org"
@@ -14,12 +14,12 @@ x11 = ["winit/x11"]
14
14
15
15
[dependencies ]
16
16
# bevy
17
- bevy_app = { path = " ../bevy_app" , version = " 0.8.0 " }
18
- bevy_ecs = { path = " ../bevy_ecs" , version = " 0.8.0 " }
19
- bevy_input = { path = " ../bevy_input" , version = " 0.8.0 " }
20
- bevy_math = { path = " ../bevy_math" , version = " 0.8.0 " }
21
- bevy_window = { path = " ../bevy_window" , version = " 0.8.0 " }
22
- bevy_utils = { path = " ../bevy_utils" , version = " 0.8.0 " }
17
+ bevy_app = { path = " ../bevy_app" , version = " 0.9.0-dev " }
18
+ bevy_ecs = { path = " ../bevy_ecs" , version = " 0.9.0-dev " }
19
+ bevy_input = { path = " ../bevy_input" , version = " 0.9.0-dev " }
20
+ bevy_math = { path = " ../bevy_math" , version = " 0.9.0-dev " }
21
+ bevy_window = { path = " ../bevy_window" , version = " 0.9.0-dev " }
22
+ bevy_utils = { path = " ../bevy_utils" , version = " 0.9.0-dev " }
23
23
24
24
# other
25
25
winit = { version = " 0.26.0" , default-features = false }
You can’t perform that action at this time.
0 commit comments