mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -04:00
pin image dep
This commit is contained in:
@@ -54,7 +54,7 @@ bitflags = "1"
|
|||||||
mint = { version = "0.5.6", optional = true }
|
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.4", default-features = false, features = ["png"] }
|
||||||
simple_logger = { version = "2.1.0", default_features = false }
|
simple_logger = { version = "2.1.0", default_features = false }
|
||||||
|
|
||||||
[target.'cfg(target_os = "android")'.dependencies]
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user