ErisApps / CatCore

A shared high-performance chat client library written in .NET Standard 2.0
GNU General Public License v3.0
29 stars 3 forks source link

Switch over to CatCore.Emoji #47

Closed ErisApps closed 1 year ago

ErisApps commented 1 year ago

Currently, the CatCore repo holds 2 projects for source generating lookup tables for unicode emojis, however... this logic has also been separated into its own repository. In order to de-duplicate the maintenance work, it's better to just switch over to the CatCore.Emoji packages altogether as they're more streamlined.

ErisApps commented 1 year ago

Resolved by #48