rossmacarthur / emojis

✨ Lookup emoji in O(1) time, access metadata and GitHub shortcodes, iterate over all emoji
Apache License 2.0
55 stars 7 forks source link

Upgrade to emoji spec 14.0 #4

Closed rossmacarthur closed 2 years ago

rossmacarthur commented 2 years ago

Currently we generate from 13.1 https://github.com/rossmacarthur/emojis/blob/399bf03ba6071a6ca418a928383baecb873fca66/generate/src/unicode.rs#L10

rossmacarthur commented 2 years ago

Fixed in e8bbe29