0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

chore: disable android example deps on non-android platforms (#1375)

This commit is contained in:
Matt Mastracci 2023-12-08 16:34:43 -07:00 committed by GitHub
parent 0331922b66
commit 811cce27c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,10 +12,9 @@ publish = false
path = "lib.rs"
crate-type = ["cdylib"]
[dependencies]
[target.'cfg(target_os = "android")'.dependencies]
v8 = { path = "../../" }
winit = "0.26"
pixels = "0.8.0"
ndk = "0.3.0"
ndk-glue = { version = "0.5.0", features = ["logger"] }