summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-03-20 14:22:19 +0100
committerHampusM <hampus@hampusmat.com>2026-03-20 14:22:19 +0100
commitf285f82072b491b1f3cc92db8e08485f26779d5a (patch)
treebf6c6c61cdfb3a12550e55966c8552957ade9e71 /engine/Cargo.toml
parent0546d575c11d3668d0f95933697ae4f670fe2a55 (diff)
feat(engine): use slang for shadersHEADmaster
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"