diff options
| author | brian cully <bjc@spork.org> | 2025-12-29 12:19:06 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-29 12:19:06 -0500 |
| commit | 33ff3488f89b3e89ed31780ff7ab72128abe5312 (patch) | |
| tree | 97296d91db223fb46482d907b1867872505415f5 /Cargo.toml | |
| parent | 8197bb1657d2f8ded4aec30ddff2b7df2a13a23a (diff) | |
| download | polyring-33ff3488f89b3e89ed31780ff7ab72128abe5312.tar.gz polyring-33ff3488f89b3e89ed31780ff7ab72128abe5312.zip | |
wasm: add benchmarking
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,5 +18,7 @@ features = ["js"] version = "2.3" [dependencies.web-sys] -features = ["Document", "DocumentTimeline", "Element", "Event", "HtmlElement", "HtmlCanvasElement", "CanvasRenderingContext2d", "Node", "Window"] +features = ["CanvasRenderingContext2d", "Document", "DocumentTimeline", + "Element", "Event", "HtmlCanvasElement", "HtmlElement", "HtmlInputElement", + "Node", "Performance", "Window"] version = "0.3" |
