diff --git a/Cargo.toml b/Cargo.toml index df75b34a..5ee45f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ simple_logger = { version = "4.2.0", default_features = false } winit = { path = ".", features = ["rwh_05"] } [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dev-dependencies] -softbuffer = "0.3.0" +softbuffer = { version = "0.3.0", default-features = false, features = ["x11", "x11-dlopen", "wayland", "wayland-dlopen"] } [target.'cfg(target_os = "android")'.dependencies] android-activity = "0.5.0"