From 69591cc5483d36bc819c75dce9347b08b04e33bf Mon Sep 17 00:00:00 2001 From: brian cully Date: Sat, 27 Dec 2025 12:58:44 -0500 Subject: add rust/wasm impl --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c17179b..84380f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,8 @@ crate-type = ["cdylib", "rlib"] console_log = "1.0" log = "0.4" wasm-bindgen = "0.2" +fastrand = "2.3" [dependencies.web-sys] -features = ["Document", "Element", "HtmlElement", "Node", "Window"] +features = ["Document", "DocumentTimeline", "Element", "HtmlElement", "HtmlCanvasElement", "CanvasRenderingContext2d", "Node", "Window"] version = "0.3" -- cgit v1.3