diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-04-28 21:12:36 +0300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-28 18:12:35 +0000 |
commit | 37b66a7cd2e53fae93e3c2c8bc3ddbd9cbe140d2 (patch) | |
tree | 0ab607f2cb3701825067f4c7f6f0e3a85dd2eede /alacritty_terminal/Cargo.toml | |
parent | b321406908a83f072594f8c2b455c3aefc121750 (diff) | |
download | alacritty-37b66a7cd2e53fae93e3c2c8bc3ddbd9cbe140d2.tar.gz alacritty-37b66a7cd2e53fae93e3c2c8bc3ddbd9cbe140d2.zip |
Set _NET_WM_ICON on X11
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index cda79c1b..8d9ca639 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -52,6 +52,8 @@ winapi = { version = "0.3.7", features = ["impl-default", "winuser", "synchapi", dirs = "1.0" widestring = "0.4" mio-anonymous-pipes = "0.1" + +[target.'cfg(not(target_os = "macos"))'.dependencies] image = "0.21.0" [target.'cfg(target_os = "macos")'.dependencies] |