mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-21 00:44:43 +00:00
Fixes issues pointed out in #27: * spirv_tools-sys was build in non-test profiles * By default ZLUDA dll has a wrong name * We relied on third-party OpenCL installation on Windows * We encouraged building debug configuration * We didn't provide build information for developers (cmake, python, submodules)
12 lines
214 B
TOML
12 lines
214 B
TOML
[package]
|
|
name = "zluda_lib"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "nvcuda"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zluda = { path = "../zluda" }
|