From 568883f987415fe989271d61a1309548d6013877 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 20 May 2026 22:12:23 +0200 Subject: build(engine): use shader-slang fork branch with prebuilt libs --- engine/Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'engine/Cargo.toml') 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" + -- cgit v1.2.3-18-g5258