hopefully fix windows build
This commit is contained in:
parent
7f6fc616df
commit
d549129d0e
@ -18,6 +18,5 @@ bevy_math = { path = "../bevy_math", version = "0.1" }
|
||||
bevy_window = { path = "../bevy_window", version = "0.1" }
|
||||
|
||||
# other
|
||||
# TODO: when winit gets a new version, disable wayland feature to cut dependencies
|
||||
winit = "0.22.2"
|
||||
winit = { version = "0.22.2", package = "cart-tmp-winit", default-features = false, features = ["x11"] }
|
||||
log = { version = "0.4", features = ["release_max_level_info"] }
|
Loading…
Reference in New Issue
Block a user