ZLUDA/Cargo.toml

15 lines
407 B
TOML
Raw Normal View History

2020-02-09 20:32:21 +01:00
[workspace]
members = [
2020-02-16 15:58:15 +01:00
"level_zero-sys",
2020-05-15 23:23:03 +02:00
"level_zero",
"spirv_tools-sys",
2020-02-09 20:32:21 +01:00
"notcuda",
"notcuda_inject",
"notcuda_redirect",
2020-03-09 23:54:44 +01:00
"ptx",
]
[patch.crates-io]
2020-07-25 00:57:54 +02:00
rspirv = { git = 'https://github.com/vosen/rspirv', rev = '4523d54d785faff59c1e928dd1f210c531a70258' }
spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '4523d54d785faff59c1e928dd1f210c531a70258' }