diff options
author | Andrzej Janik <[email protected]> | 2020-10-01 00:44:58 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-10-01 18:11:57 +0200 |
commit | 3e92921275473e3dc028ff5159a17179af6047ba (patch) | |
tree | 1ecfe9c7ebe27785c2b132675224e3cf1de03631 /Cargo.toml | |
parent | 1e0b35be4bd52ea9273ba36adf224ec0a47eb7f8 (diff) | |
download | ZLUDA-3e92921275473e3dc028ff5159a17179af6047ba.tar.gz ZLUDA-3e92921275473e3dc028ff5159a17179af6047ba.zip |
Fix remaining bugs in vector destructuring and in the process improve implicit conversions
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', rev = '4523d54d785faff59c1e928dd1f210c531a70258' }
-spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '4523d54d785faff59c1e928dd1f210c531a70258' }
\ No newline at end of file +rspirv = { git = 'https://github.com/vosen/rspirv', rev = '0f5761918624f4a95107c14abe64946c5c5f60ce' }
+spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '0f5761918624f4a95107c14abe64946c5c5f60ce' }
\ No newline at end of file |