Skip to content

Commit

Permalink
stick notes working
Browse files Browse the repository at this point in the history
  • Loading branch information
14ROVI committed Jul 21, 2024
1 parent 9352981 commit ab71350
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 126 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ yew = "0.19"
log = "0.4.6"
wasm-logger = "0.2.0"
gloo = "0.8.0"
gloo-net = { version = "0.2.6", features = ["json"] }
wasm-bindgen = "0.2.83"
web-sys = { version = "0.3.60", features = ["DomRect", "Element", "Touch", "TouchList", "TouchEvent", "HtmlAudioElement", "HtmlMediaElement", "HtmlButtonElement", "HtmlVideoElement", "HtmlMediaElement"] }
web-sys = { version = "0.3.60", features = ["DomRect", "Element", "Touch", "TouchList", "TouchEvent", "HtmlAudioElement", "HtmlMediaElement", "HtmlButtonElement", "HtmlVideoElement", "HtmlMediaElement", "HtmlTextAreaElement"] }
rand = "0.8.5"
getrandom = { version = "0.2", features = ["js"] }
wasm-bindgen-futures = "0.4.33"
futures = "0.3.24"
serde_json = "1.0"
serde = "1.0.145"
js-sys = "0.3.60"
urlencoding = "2.1.2"

[profile.release]
panic = "abort"
Expand Down
Loading

0 comments on commit ab71350

Please sign in to comment.