sociallydistant/.config/dotnet-tools.json
Ritchie Frodomar d2565530ed Emoji support
* Add support for raw emoji parsing in TextWidget

* Fix SDL not honouring Wayland Support setting

* Fix improper markup parsing in TextWidget after emoji support was added

* Use Twemoji for emoji, and add support for COLR font glyphs.

* Add support for emoji rendering in TextWidget if the font is provided

* Add support for parsing emoji shortcodes in TextWidget

* Add emoji lookup table to AcidicGUI

* Add Noto Color Emoji font for future use
2024-11-27 02:35:56 +00:00

18 lines
258 B
JSON
Executable file

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-sdcb": {
"version": "1.0.0.568",
"commands": [
"sdcb"
]
},
"dotnet-sdfxc": {
"version": "1.0.0.568",
"commands": [
"sdfxc"
]
}
}
}