disabled image default features to fix windows compile bug

This commit is contained in:
2025-12-21 19:22:12 +08:00
parent e730751433
commit ed34570b56
2 changed files with 5 additions and 588 deletions

View File

@@ -42,7 +42,7 @@ flate2 = "1.0.28"
rust_socketio = "0.6.0"
tracing-appender = "0.2.4"
tauri-plugin-dialog = "2.4.2"
image = "0.25.9"
image = {version = "0.25.9", default-features = false, features = ["gif"] }
gif = "0.14.1"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]