hopefully fix windows build

This commit is contained in:
Carter Anderson 2020-08-10 13:06:22 -07:00
parent 7f6fc616df
commit d549129d0e

View File

@ -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"] }