We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f581be9 commit 56b93fbCopy full SHA for 56b93fb
Cargo.toml
@@ -6,8 +6,7 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-# llvm-sys = "140"
10
-llvm-sys = { version = "140", features = ["prefer-dynamic"] }
+inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm14-0-prefer-dynamic"] }
11
12
[[bin]]
13
name = "chadc"
0 commit comments