mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Disable default features in simple_logger
This fix CI building due to implicit rust version bump in examples.
This commit is contained in:
parent
e91ee811cb
commit
fd72000a9a
|
@ -54,7 +54,7 @@ mint = { version = "0.5.6", optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
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]
|
||||
# Coordinate the next winit release with android-ndk-rs: https://github.com/rust-windowing/winit/issues/1995
|
||||
|
|
Loading…
Reference in a new issue