update deps
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-07-02 01:20:37 +08:00
parent ed45c5dcd5
commit 8962b3d80b
7 changed files with 329 additions and 432 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ image = {version = "0.24", optional = true}
new_mime_guess = {version = "4.0", optional = true}
serde = {version = "1.0", features = ["derive"]}
toml = {version = "0.5", optional = true}
wry = {version = "0.16", default-features = false, features = ["protocol", "tray", "gtk-tray", "transparent", "fullscreen"]}
wry = {version = "0.19", default-features = false, features = ["protocol", "tray", "transparent", "fullscreen"]}
[features]
bundler = ["new_mime_guess", "toml", "image"]