mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
jni-rs update
This commit is contained in:
parent
647796ede6
commit
95d660e077
3 changed files with 76 additions and 88 deletions
|
@ -20,9 +20,7 @@ serde_json = "1.0"
|
|||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
android_injected_glue = "0.2"
|
||||
android_logger = "0.6"
|
||||
# FIXME: use `jni = "0.10.2"` once
|
||||
# https://github.com/prevoty/jni-rs/pull/98 lands and is published
|
||||
jni = { git = "https://github.com/paulrouget/jni-rs", branch = "return_javavm" }
|
||||
jni = "0.10.2"
|
||||
|
||||
[target.'cfg(not(target_os = "macos"))'.dependencies]
|
||||
libc = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue