Update README and TODO, remove unnecessary libs, and fix compiler errors.

This commit is contained in:
2023-06-15 21:42:16 +02:00
parent 9d3a96ba81
commit cf474ab153
4 changed files with 24 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
using SharpFont;
namespace DaggerFramework;
public class FontLoader : ResourceLoader<Font>