blob: ed5d1f185244ad16e808b8ce8a21b749a646f4f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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 = '4523d54d785faff59c1e928dd1f210c531a70258' }
spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '4523d54d785faff59c1e928dd1f210c531a70258' }
|