summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index 4e4600d..9461ee9 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -31,5 +31,16 @@ default-features = false
features = ["png", "jpeg"]
package = "image"
+[dependencies.zerocopy]
+version = "0.8.42"
+default-features = false
+features = ["derive"]
+
+[dependencies.shader-slang]
+git = "https://github.com/HampusMat/slang-rs"
+branch = "with_static_linking"
+default-features = false
+features = ["static"]
+
[build-dependencies]
cfg_aliases = "0.2.1"