diff --git a/Cargo.toml b/Cargo.toml index 2ef008c..6aa071c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,9 @@ default-features = false [dev-dependencies.bevy] version = "0.14" features = ["bevy_asset", "bevy_render", "bevy_winit"] +default-features = false + +[target.'cfg(target_os = "linux")'.dev-dependencies.bevy] +version = "0.14" +features = ["x11", "wayland"] default-features = false \ No newline at end of file