Skip to content

Commit 2651633

Browse files
committed
fix slang-hal cargo.toml for publishing
1 parent 7d0cc04 commit 2651633

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/slang-hal/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ futures = { workspace = true }
2525
async-trait = "0.1"
2626
include_dir = "0.7"
2727

28-
minislang = { path = "../minislang" }
28+
minislang = { version = "0.1", path = "../minislang" }
2929
slang-hal-derive = { version = "0.1", path = "../slang-hal-derive", optional = true }
3030
dashmap = "5"
3131
regex = "1"
3232

33-
# For hot-reloading
34-
notify = { version = "7" } # , optional = true }
35-
3633

3734
# For test_shader_compilation
3835
paste = "1"

0 commit comments

Comments
 (0)