aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbrian cully <bjc@spork.org>2025-12-27 12:58:44 -0500
committerbrian cully <bjc@spork.org>2025-12-27 12:58:44 -0500
commit69591cc5483d36bc819c75dce9347b08b04e33bf (patch)
tree93d0f158621c6caea2f54e449a942f45ec829395 /Cargo.toml
parent0eaa19448a85473e85d4679faa4ab30108dbf4b5 (diff)
downloadpolyring-69591cc5483d36bc819c75dce9347b08b04e33bf.tar.gz
polyring-69591cc5483d36bc819c75dce9347b08b04e33bf.zip
add rust/wasm impl
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"