disabled image default features to fix windows compile bug
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user