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:
parent
0331922b66
commit
811cce27c0
1 changed files with 1 additions and 2 deletions
|
@ -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"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue