mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
Remove Windows deps from ripgrep proper.
All Windows specific code has been (mostly) pushed out of ripgrep and into its constituent libraries.
This commit is contained in:
@@ -42,10 +42,6 @@ regex = "0.2.1"
|
||||
same-file = "0.1.1"
|
||||
termcolor = { version = "0.2.0", path = "termcolor" }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
kernel32-sys = "0.2.2"
|
||||
winapi = "0.2.8"
|
||||
|
||||
[build-dependencies]
|
||||
clap = "2.18"
|
||||
lazy_static = "0.2"
|
||||
|
Reference in New Issue
Block a user