aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorKirill Chibisov <wchibisovkirill@gmail.com>2019-04-28 21:12:36 +0300
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-28 18:12:35 +0000
commit37b66a7cd2e53fae93e3c2c8bc3ddbd9cbe140d2 (patch)
tree0ab607f2cb3701825067f4c7f6f0e3a85dd2eede /alacritty_terminal/Cargo.toml
parentb321406908a83f072594f8c2b455c3aefc121750 (diff)
downloadalacritty-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.toml2
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]