mirror of https://github.com/ErsatzTV/ErsatzTV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
415 B
20 lines
415 B
[package] |
|
name = "ersatztv_windows" |
|
version = "0.1.0" |
|
edition = "2021" |
|
|
|
[dependencies] |
|
tray-item = { git = "https://github.com/olback/tray-item-rs" } |
|
special-folder = { git = "https://github.com/masinc/special-folder-rs" } |
|
process_path = "0.1.4" |
|
|
|
[dependencies.windows] |
|
version = "0.43.0" |
|
features = [ |
|
"Win32_System_Console", |
|
"Win32_Foundation" |
|
] |
|
|
|
[build-dependencies] |
|
windres = "*" |
|
static_vcruntime = "2.0" |