Index: docs/README.txt
===================================================================
--- docs/README.txt	(revision bf4744dcf318a4d17acd890bb1f15b97ca798bd0)
+++ docs/README.txt	(revision b8d44568940bc98534979cd1d608d923cca03276)
@@ -96,5 +96,5 @@
 Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it)
 
-brew install sdl2 sdl2_image sdl2_ttf
+brew install sdl2 sdl2_image sdl2_ttf sdl2_gfx
 
 make vulkangame && ./vulkangame
Index: docs/TODO.txt
===================================================================
--- docs/TODO.txt	(revision bf4744dcf318a4d17acd890bb1f15b97ca798bd0)
+++ docs/TODO.txt	(revision b8d44568940bc98534979cd1d608d923cca03276)
@@ -2,5 +2,5 @@
 ==========
 - Switch the game to use SDL and Vulkan (based on the test program I already made)
-  - Will require switching the UI from IMGUI to Vulkan
+  - Will require switching the UI from IMGUI to SDL
 - Make window resizing and fullscreen mode work correctly
 
