mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 08:24:44 +00:00
This is very incomplete. Just enough code to emit LLVM bitcode and continue further development
17 lines
273 B
TOML
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"
|