aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-04-12 20:50:34 +0200
committerAndrzej Janik <[email protected]>2020-04-12 20:50:34 +0200
commitbbe993392b803f01effc0f86da861d348741d1eb (patch)
treedf9019efcf4645ab0a38cab7e6d5eb59d97a4e6c /ptx/Cargo.toml
parentb8129aab20c4768ffc3a304ea957c3ec278471dc (diff)
downloadZLUDA-bbe993392b803f01effc0f86da861d348741d1eb.tar.gz
ZLUDA-bbe993392b803f01effc0f86da861d348741d1eb.zip
Add better error handling during ast construction
Diffstat (limited to 'ptx/Cargo.toml')
-rw-r--r--ptx/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ptx/Cargo.toml b/ptx/Cargo.toml
index 64c3547..7c8a701 100644
--- a/ptx/Cargo.toml
+++ b/ptx/Cargo.toml
@@ -10,6 +10,8 @@ edition = "2018"
lalrpop-util = "0.18.1"
regex = "1"
rspirv = "0.6"
+spirv_headers = "1.4"
+quick-error = "1.2"
[build-dependencies.lalrpop]
version = "0.18.1"