27 lines
1023 B
Diff
27 lines
1023 B
Diff
diff --git a/src/devices/Cargo.toml b/src/devices/Cargo.toml
|
|
index 9ec04c1..5c276d0 100644
|
|
--- a/src/devices/Cargo.toml
|
|
+++ b/src/devices/Cargo.toml
|
|
@@ -42,7 +42,6 @@ imago = { version = "0.2.1", features = ["sync-wrappers", "vm-memory"] }
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
hvf = { path = "../hvf" }
|
|
-lru = ">=0.9"
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
rutabaga_gfx = { path = "../rutabaga_gfx", features = ["x"], optional = true }
|
|
diff --git a/src/rutabaga_gfx/Cargo.toml b/src/rutabaga_gfx/Cargo.toml
|
|
index 6c8357b..bb2296c 100644
|
|
--- a/src/rutabaga_gfx/Cargo.toml
|
|
+++ b/src/rutabaga_gfx/Cargo.toml
|
|
@@ -31,9 +31,6 @@ vmm-sys-util = ">=0.14"
|
|
[target.'cfg(unix)'.dependencies]
|
|
nix = { version = "0.30.1", features = ["event", "feature", "fs", "mman", "socket", "uio", "ioctl"] }
|
|
|
|
-[target.'cfg(windows)'.dependencies]
|
|
-winapi = "0.3"
|
|
-
|
|
# To build latest Vulkano, change version to git = "https:/github.com/vulkano-rs/vulkano.git"
|
|
# vulkano = { version = "0.31.0", optional = true }
|
|
|