Skip to content

Commit

Permalink
Add emote picker widget (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nogesma authored Feb 28, 2024
1 parent f58c313 commit aa43f75
Show file tree
Hide file tree
Showing 19 changed files with 923 additions and 294 deletions.
25 changes: 25 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ serde_with = "3.6.0"
once_cell = "1.19.0"
webbrowser = "0.8.12"
memchr = "2.7.1"
webp-animation = { version = "0.9.0", features = ["image"] }

[features]
static-webp = ["webp-animation/static"]

[[bin]]
bench = false
Expand Down
Loading

0 comments on commit aa43f75

Please sign in to comment.