mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-25 13:16:23 +03:00
23 lines
475 B
TOML
23 lines
475 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"
|
|
|
|
[dependencies.inkwell]
|
|
version = "0.5"
|
|
default-features = false # default features contain all LLVM targets (x86, mips, riscv, etc.)
|
|
features = [ "llvm17-0-no-llvm-linking", "no-libffi-linking" ]
|