summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-01-02 22:54:39 -0500
committerClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-01-02 22:54:39 -0500
commit7b902a9470457655852307bc5369a64fcd3e5871 (patch)
tree01561fae11f8ab3e4b0518077e7e2c01e5c4e593 /Cargo.toml
parent4ae2882aa6f288841fdab064d8e89a9310708a47 (diff)
Fix mouse scrolling in windows
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 51a9c42a..a3670a4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,6 @@ futures-timer = "2.0.2"
futures = "0.3.1"
heim = "0.0.9"
log = "0.4"
-rayon = "1.3"
regex = "1.3.1"
sysinfo = "0.9" #0.9 seems to be the last working version for my Ryzen PC...
tokio = "0.2.6"