Skip to content

Commit 46be606

Browse files
Merge pull request #5 from orhun/demo
We made it
2 parents 3b8f557 + 94a552d commit 46be606

File tree

13 files changed

+1695
-90
lines changed

13 files changed

+1695
-90
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ publish = false
66
version = "0.0.0"
77

88
[dependencies]
9-
wasm-bindgen = "0.2.99"
109
web-sys = { version = "0.3.76", features = [
1110
'Document',
1211
'Element',
@@ -15,7 +14,7 @@ web-sys = { version = "0.3.76", features = [
1514
'Window',
1615
'Screen',
1716
'console',
17+
'KeyboardEvent',
1818
] }
1919
ratatui = { version = "0.29", default-features = false }
20-
js-sys = "0.3.76"
2120
console_error_panic_hook = "0.1.7"

0 commit comments

Comments
 (0)