1
0
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:
2022-05-02 15:56:39 +08:00
parent 46f65e0c7e
commit 111b0a9e15
4 changed files with 34 additions and 20 deletions

View File

@ -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"