From d28787f1d2fd4de819fd13366eaf6188f618688d Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Fri, 10 Jul 2020 12:34:03 -0700 Subject: [PATCH] [rs] make env_logger a dev dependency --- wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 6981457ed4..870041692e 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -73,7 +73,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]