Skip to content

Commit ef155c4

Browse files
committedMar 24, 2025
Use rhai fork to remove dep on unmaintained crate
1 parent 205bb89 commit ef155c4

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed
 

‎Cargo.lock

+2-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎node-graph/gstd/Cargo.toml

+1-7
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,7 @@ web-sys = { workspace = true, optional = true, features = [
8989
# Optional dependencies
9090
image-compare = { version = "0.4.1", optional = true }
9191
ndarray = "0.16.1"
92-
93-
[target.'cfg(target_arch = "wasm32")'.dependencies]
94-
rhai = { version = "1.21.0", features = ["serde", "wasm-bindgen"] }
95-
96-
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
97-
rhai = { version = "1.21.0", features = ["serde"] }
98-
92+
rhai = { git = "https://github.com/TrueDoctor/rhai", features = ["serde", "no_time"] }
9993

10094
[dev-dependencies]
10195
tokio = { workspace = true, features = ["macros"] }

0 commit comments

Comments
 (0)