Enable needed mundy features explicitly

This commit is contained in:
Héctor Ramón Jiménez 2025-09-08 01:27:01 +02:00
parent 9445f5fcdf
commit 5c7ae8a3d6
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 4 additions and 8 deletions

View file

@ -187,7 +187,6 @@ lilt = "0.8"
log = "0.4"
lyon = "1.0"
lyon_path = "1.0"
mundy = "0.2"
num-traits = "0.2"
ouroboros = "0.18"
png = "0.17"
@ -219,6 +218,9 @@ wgpu = "26.0"
window_clipboard = "0.4.1"
winit = { git = "https://github.com/iced-rs/winit.git", rev = "11414b6aa45699f038114e61b4ddf5102b2d3b4b" }
mundy.version = "0.2"
mundy.default-features = false
[workspace.lints.rust]
rust_2018_idioms = { level = "deny", priority = -1 }
missing_debug_implementations = "deny"