neutauri/neutauri_runtime/Cargo.toml

20 lines
483 B
TOML
Raw 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", features = ["runtime"]}
wry = {version = "0.15", default-features = false, features = ["protocol", "tray", "gtk-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 = ""