433: make env_logger a dev dependency r=kvark a=cart

env_logger is only used in examples and adds a good number of dependencies to the build tree that arent needed

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
This commit is contained in:
bors[bot]
2020-07-11 02:27:02 +00:00
committed by GitHub

View File

@@ -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]