Update emoji

The new set was organically sourced from free-range JSON:

https://euphoria.leet.nu/static/emoji.json

Since I'm loading emoji from JSON anyways, the corresponding function
is also exposed. Clients may want to load the emoji list dynamically at
runtime instead of using the built-in emoji.
This commit is contained in:
Joscha 2024-05-20 18:46:09 +02:00
parent 276ff68512
commit 69a4a2c07f
4 changed files with 3881 additions and 1559 deletions

View file

@ -14,6 +14,14 @@ Procedure when bumping the version number:
## Unreleased
### Added
- `Emoji::load_from_json`
### Changed
- Updated set of emoji names
## v0.5.0 - 2023-12-27
### Changed