diff options
author | Andrzej Janik <[email protected]> | 2020-07-25 00:57:54 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-07-25 00:57:54 +0200 |
commit | b068a89c38f4b25c3f98ad97676a518a6f4d62a8 (patch) | |
tree | 8567ef442b94b594cf1556d21782010a23a4ff40 /Cargo.toml | |
parent | 18e5147fdcd6d32294f3349fd5849de43cf01800 (diff) | |
download | ZLUDA-b068a89c38f4b25c3f98ad97676a518a6f4d62a8.tar.gz ZLUDA-b068a89c38f4b25c3f98ad97676a518a6f4d62a8.zip |
Implement integer multiplication
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,5 +11,5 @@ members = [ ]
[patch.crates-io]
-rspirv = { git = 'https://github.com/vosen/rspirv', branch = 'notcuda' }
-spirv_headers = { git = 'https://github.com/vosen/rspirv', branch = 'notcuda' }
\ No newline at end of file +rspirv = { git = 'https://github.com/vosen/rspirv', rev = '4523d54d785faff59c1e928dd1f210c531a70258' }
+spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '4523d54d785faff59c1e928dd1f210c531a70258' }
\ No newline at end of file |