summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-07-11 18:54:09 +0200
committerCanop <cano.petrole@gmail.com>2022-07-11 18:54:09 +0200
commitdb417052bc7557fa0f0277225106db56666d4822 (patch)
treea11a88b5f67ac0b59ff83bbeac0ab1a2f5c16e2c /Cargo.toml
parent94ef5f6ed4376df0d1b96b2ba38e8f5b2ca70ed9 (diff)
parentf5b33c43c10795661b626330ee86f1979b0957f7 (diff)
Merge branch 'terminal-light-mio'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 568c8eb..430d549 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,6 +59,7 @@ syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
tempfile = "3.2"
termimad = "0.20.2"
terminal-clipboard = { version = "0.3.1", optional = true }
+terminal-light = { version = "0.8.1", git = "https://github.com/Canop/terminal-light", branch = "mio" }
toml = "0.5"
umask = "2.0.0"
unicode-width = "0.1.8"
@@ -71,9 +72,6 @@ glassbench = "0.3.3"
lfs-core = "0.11.0"
users = "0.11"
-[target.'cfg(target_os = "linux")'.dependencies]
-terminal-light = "0.8.1"
-
[target.'cfg(windows)'.dependencies]
is_executable = "1.0.1"
@@ -118,5 +116,6 @@ harness = false
# syntect = { path = "../syntect" }
# syntect-no-panic = { path = "../syntect" }
# termimad = { path = "../termimad" }
+# terminal-light = { path = "../terminal-light" }
# terminal-clipboard = { path = "../terminal-clipboard" }
# umask = { path = "../umask" }