From e687cdb82ffc30edf72e2b9ff2cd72f8293205b4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 6 Aug 2022 16:15:52 -0700 Subject: [PATCH] more TODO --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 73f88e1aa..b2d0c4569 100644 --- a/TODO.md +++ b/TODO.md @@ -35,3 +35,7 @@ Major Features: * Emoji * Ligatures * Bell +* Mac: + - Enable retina framebuffer + - When retina, fonts need to be rendered 2x, they're blurry right now + - Switch to raw Cocoa and Metal instead of glfw and libuv (major!)