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

update deps and use vc-ltl instead of crt-static

This commit is contained in:
2023-04-17 23:17:30 +08:00
parent 2a8e27995a
commit 3449221f81
5 changed files with 65 additions and 33 deletions

View File

@ -7,10 +7,11 @@ version = "0.1.0"
anyhow = "1.0"
gumdrop = "0.8"
inquire = "0.6"
neutauri_data = {path = "../neutauri_data", features = ["bundler"]}
neutauri_data = {path = "../neutauri_data", default-features = false, features = ["bundler"]}
new_mime_guess = "4.0"
serde = {version = "1.0", features = ["derive"]}
toml = "0.7"
vc-ltl = "5.0.5"
wry = {version = "0.27", default-features = false, features = ["protocol", "tray", "transparent", "fullscreen", "devtools"]}
[target.'cfg(windows)'.dependencies]