mirror of
https://github.com/Tim-Paik/neutauri.git
synced 2024-10-12 23:29:41 +00:00
Fixed the problem of unsuccessful compilation under Linux
This commit is contained in:
@ -7,7 +7,8 @@ version = "0.1.0"
|
||||
bincode = "1.3"
|
||||
brotli = "3.3"
|
||||
serde = {version = "1.0", features = ["derive"]}
|
||||
wry = "0.15"
|
||||
tao = {version = "*", default-features = false}
|
||||
wry = {version = "0.15", default-features = false, features = ["protocol", "tray", "gtk-tray", "transparent", "fullscreen"]}
|
||||
|
||||
[target.'cfg(windows)'.build-dependencies]
|
||||
winres = "0.1"
|
||||
|
Reference in New Issue
Block a user