Skip to content

Commit

Permalink
Get rid of windows conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
htrefil committed Apr 18, 2023
1 parent b303576 commit 5924ae2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions rkvm-input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,10 @@ edition = "2018"
serde = { version = "1.0.117", features = ["derive"] }
futures = "0.3.8"
smallvec = { version = "1.10.0", features = ["serde"] }

[target.'cfg(target_os = "linux")'.dependencies]
inotify = "0.10.0"
tokio = { version = "1.0.1", features = ["fs", "io-util", "net", "sync", "rt", "time", "macros"] }
libc = "0.2.77"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3.9", features = ["winuser"] }
tokio = { version = "1.0.1", features = ["sync"] }

[build-dependencies]
bindgen = "0.65.1"
pkg-config = "0.3.19"

0 comments on commit 5924ae2

Please sign in to comment.