mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-12 10:48:53 +03:00
15 lines
409 B
TOML
15 lines
409 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"level_zero-sys",
|
|
"level_zero",
|
|
"spirv_tools-sys",
|
|
"notcuda",
|
|
#"notcuda_inject",
|
|
#"notcuda_redirect",
|
|
"ptx",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
rspirv = { git = 'https://github.com/vosen/rspirv', rev = '40f5aa4dedb0d9f1ec24bdd8b6019e01996d1d74' }
|
|
spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '40f5aa4dedb0d9f1ec24bdd8b6019e01996d1d74' } |