1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00

update deps
Some checks reported errors
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

View File

@ -5,7 +5,7 @@ version = "0.1.0"
[dependencies]
neutauri_data = {path = "../neutauri_data", features = ["runtime"]}
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"]}
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
@ -17,9 +17,3 @@ LegalCopyright = ""
OriginalFilename = ""
ProductName = ""
ProductVersion = ""
[profile.release]
lto = true
strip = true
opt-level = "z"
panic = "abort"