We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0cc04 commit 2651633Copy full SHA for 2651633
crates/slang-hal/Cargo.toml
@@ -25,14 +25,11 @@ futures = { workspace = true }
25
async-trait = "0.1"
26
include_dir = "0.7"
27
28
-minislang = { path = "../minislang" }
+minislang = { version = "0.1", path = "../minislang" }
29
slang-hal-derive = { version = "0.1", path = "../slang-hal-derive", optional = true }
30
dashmap = "5"
31
regex = "1"
32
33
-# For hot-reloading
34
-notify = { version = "7" } # , optional = true }
35
-
36
37
# For test_shader_compilation
38
paste = "1"
0 commit comments