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

@ -4,7 +4,8 @@ name = "neutauri_runtime"
version = "0.1.0"
[dependencies]
neutauri_data = {path = "../neutauri_data", features = ["runtime"]}
neutauri_data = {path = "../neutauri_data", default-features = false, features = ["runtime"]}
vc-ltl = "5.0.5"
wry = {version = "0.27", default-features = false, features = ["protocol", "tray", "transparent", "fullscreen"]}
[target.'cfg(windows)'.build-dependencies]