mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Disable default features in simple_logger
This fix CI building due to implicit rust version bump in examples.
This commit is contained in:
committed by
Kirill Chibisov
parent
77cd021c02
commit
5645bb1459
@@ -53,7 +53,7 @@ mint = { version = "0.5.6", optional = true }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
image = { version = "0.24.0", default-features = false, features = ["png"] }
|
image = { version = "0.24.0", default-features = false, features = ["png"] }
|
||||||
simple_logger = "2.1.0"
|
simple_logger = { version = "2.1.0", default_features = false }
|
||||||
|
|
||||||
[target.'cfg(target_os = "android")'.dependencies]
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
# Coordinate the next winit release with android-ndk-rs: https://github.com/rust-windowing/winit/issues/1995
|
# Coordinate the next winit release with android-ndk-rs: https://github.com/rust-windowing/winit/issues/1995
|
||||||
|
|||||||
Reference in New Issue
Block a user