diff options
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 8 |
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" + |
