Skip to content

Commit

Permalink
Temporarily bypass nagisa/rust_libloading#54
Browse files Browse the repository at this point in the history
  • Loading branch information
astonbitecode committed Jun 14, 2019
1 parent d106caf commit 511aefa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ serde_json = "1.0"
serde_derive = "1.0"
lazy_static = "1.3"
java-locator = "0.1"
libloading = "0.5"
fs_extra = "1.1"

[target.arm-linux-androideabi.dependencies.libloading]
version = "0.5"

[target.'cfg(not(target = "arm-linux-androideabi"))'.dependencies.libloading]
version = "0.4"

[build-dependencies]
fs_extra = "1.1"
dirs = "2.0"
Expand Down

0 comments on commit 511aefa

Please sign in to comment.