diff --git a/crates/render/Cargo.toml b/crates/render/Cargo.toml index db5309b..9972633 100644 --- a/crates/render/Cargo.toml +++ b/crates/render/Cargo.toml @@ -32,3 +32,4 @@ wgpu = { workspace = true } bytemuck = { workspace = true } glyphon = { workspace = true } log = { workspace = true } +rhai = { workspace = true }