2022-01-26 17:02:17 +00:00
|
|
|
[package]
|
|
|
|
edition = "2021"
|
|
|
|
name = "neutauri_runtime"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-05-07 12:16:30 +00:00
|
|
|
neutauri_data = {path = "../neutauri_data", features = ["runtime"]}
|
2022-11-28 11:47:41 +00:00
|
|
|
wry = {version = "0.22", 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 = ""
|