add SPIRV-Headers submodule
[kazan.git] / Cargo.toml
index 144f59b4cc56ca558fa7e62533049d865a70edcc..be9c38487793a93f85e8f5407b971e0859140542 100644 (file)
@@ -2,6 +2,8 @@
 # Copyright 2018 Jacob Lifshay
 [workspace]
 members = [
+    "shader-compiler-backend",
+    "shader-compiler-backend-llvm-7",
     "vulkan-driver",
 ]
 
@@ -10,6 +12,3 @@ panic = "unwind"
 
 [profile.release]
 panic = "abort"
-
-[profile.bench]
-panic = "abort"