mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 09:31:47 -05:00
d2565530ed
* 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
18 lines
258 B
JSON
Executable file
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"
|
|
]
|
|
}
|
|
}
|
|
}
|