diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 6d3788d8c7..362539d0b9 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -86,7 +86,7 @@ test = true [target.'cfg(target_os = "macos")'.dependencies] objc = "0.2.7" -[target.'cfg(not(target_arch = "wasm32"))'.dependencies] +[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] env_logger = "0.7" [target.'cfg(target_arch = "wasm32")'.dependencies]