Use the inkwell package on crates.io!!

This commit is contained in:
Nick Lewycky 2020-03-27 15:47:50 -07:00
parent 5bd6b161d5
commit 5b7a06c07b
2 changed files with 943 additions and 38 deletions

975
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,14 +18,12 @@ libc = "0.2.60"
byteorder = "1"
[target.'cfg(target_arch = "x86_64")'.dependencies.inkwell]
git = "https://github.com/TheDan64/inkwell"
rev = "5610ee7e1fea4f177d1cd70516a988df286975d8"
version = "0.1.0-llvm8sample"
default-features = false
features = ["llvm8-0", "target-x86"]
[target.'cfg(target_arch = "aarch64")'.dependencies.inkwell]
git = "https://github.com/TheDan64/inkwell"
rev = "5610ee7e1fea4f177d1cd70516a988df286975d8"
version = "0.1.0-llvm8sample"
default-features = false
features = ["llvm8-0", "target-aarch64"]