summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-05-20 22:12:23 +0200
committerHampusM <hampus@hampusmat.com>2026-05-20 22:12:23 +0200
commit568883f987415fe989271d61a1309548d6013877 (patch)
tree1b61acc51969b237001f1199ce0e41879dec1e0f /engine/Cargo.toml
parent88281a99598cb1affeb5361c253781bacd490b5b (diff)
build(engine): use shader-slang fork branch with prebuilt libs
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index 5fd8219..cd4902f 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -38,9 +38,11 @@ features = ["derive"]
[dependencies.shader-slang]
git = "https://github.com/HampusMat/slang-rs"
-branch = "with_static_linking"
-default-features = false
-features = ["static"]
+branch = "prebuilt-and-artifacts"
[build-dependencies]
cfg_aliases = "0.2.1"
+build-rs = "0.3.4"
+serde = { version = "1.0.228", features = ["derive"] }
+serde_json = "1.0.149"
+