Support sending and completing Emoji shortcodes in the message bar (#100)

This commit is contained in:
Ulyssa 2023-05-24 21:14:13 -07:00
parent 529073f4d4
commit 8d22b83d85
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
5 changed files with 83 additions and 5 deletions

View file

@ -18,7 +18,7 @@ arboard = "3.2.0"
bitflags = "1.3.2"
chrono = "0.4"
clap = {version = "4.0", features = ["derive"]}
comrak = "0.18.0"
comrak = {version = "0.18.0", features = ["shortcodes"]}
css-color-parser = "0.1.2"
dirs = "4.0.0"
emojis = "~0.5.2"