aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-07-25 00:57:54 +0200
committerAndrzej Janik <[email protected]>2020-07-25 00:57:54 +0200
commitb068a89c38f4b25c3f98ad97676a518a6f4d62a8 (patch)
tree8567ef442b94b594cf1556d21782010a23a4ff40 /Cargo.toml
parent18e5147fdcd6d32294f3349fd5849de43cf01800 (diff)
downloadZLUDA-b068a89c38f4b25c3f98ad97676a518a6f4d62a8.tar.gz
ZLUDA-b068a89c38f4b25c3f98ad97676a518a6f4d62a8.zip
Implement integer multiplication
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb94669..ed5d1f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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