aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
blob: 038af15ab30d255c4692ab5502d2569fcb292482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[workspace]

members = [
    "detours-sys",
    "level_zero-sys",
    "level_zero",
    "spirv_tools-sys",
    "zluda",
    "zluda_dump",
    "zluda_lib",
    "zluda_inject",
    "zluda_redirect",
    "ptx",
]

default-members = ["zluda_lib", "zluda_inject", "zluda_redirect"]

[patch.crates-io]
rspirv = { git = 'https://github.com/vosen/rspirv', rev = '40f5aa4dedb0d9f1ec24bdd8b6019e01996d1d74' }
spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '40f5aa4dedb0d9f1ec24bdd8b6019e01996d1d74' }