ZLUDA/llvm_zluda/Cargo.toml
Andrzej Janik 46def3e7e0
Some checks failed
Rust / Build and publish (Linux) (push) Has been cancelled
Rust / Build and publish (Windows) (push) Has been cancelled
Connect new parser to LLVM bitcode backend (#269)
This is very incomplete. Just enough code to emit LLVM bitcode and continue further development
2024-09-13 01:07:31 +02:00

17 lines
273 B
TOML

[package]
name = "llvm_zluda"
version = "0.1.0"
edition = "2021"
[lib]
[dependencies]
bitflags = "2.4"
[dependencies.llvm-sys]
version = "170"
features = [ "disable-alltargets-init", "no-llvm-linking" ]
[build-dependencies]
cmake = "0.1"
cc = "1.0.69"