neutauri/neutauri_runtime/Cargo.toml

21 lines
514 B
TOML
Raw Permalink Normal View History

2022-01-26 17:02:17 +00:00
[package]
edition = "2021"
name = "neutauri_runtime"
version = "0.1.0"
[dependencies]
neutauri_data = {path = "../neutauri_data", default-features = false, features = ["runtime"]}
vc-ltl = "5.0.5"
2023-03-24 13:40:29 +00:00
wry = {version = "0.27", default-features = false, features = ["protocol", "tray", "transparent", "fullscreen"]}
2022-02-03 17:08:15 +00:00
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
2022-05-01 09:19:55 +00:00
[package.metadata.winres]
FileDescription = ""
FileVersion = ""
LegalCopyright = ""
OriginalFilename = ""
ProductName = ""
ProductVersion = ""