build: fix dev-dependencies on non-apple

This commit is contained in:
chyyran 2024-09-13 17:11:49 -04:00 committed by Ronny Chan
parent bec0482513
commit 6f5b342c1b

View file

@ -41,7 +41,7 @@ objc2 = { workspace = true, features = ["apple"] }
[features]
# run_test = ["icrate/AppKit", "i "icrate/Foundation_all", "icrate/MetalKit", "icrate/MetalKit_all"]
[dev-dependencies]
[target.'cfg(target_vendor="apple")'.dev-dependencies]
objc2-metal-kit = { version = "0.2", features = ["all"]}
objc2-foundation = { version = "0.2", features = ["all"] }
objc2-app-kit = { version = "0.2", features = ["all"] }