diff --git a/Cargo.toml b/Cargo.toml index 887fbf14..f1970d56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,6 +67,7 @@ smol_str = "0.2.0" [dev-dependencies] image = { version = "0.24.0", default-features = false, features = ["png"] } 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"