From dfbb12abeb063527bb6308a0e902d332100da9b4 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 18 Sep 2024 21:46:42 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd75691..63d67d6 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,6 @@ browser's `requestAnimationFrame` that should call `update` and `draw` once per each frame at the fps that the browser decides, which should match the fps of your display. -If you want to use graphics, I suggest using/building `raylib`, but that will -require building it separately with `emsdk` and linking to it in the Makefile. +If you want to use graphics, ~~I suggest using/building `raylib`, but that will +require building it separately with `emsdk` and linking to it in the +Makefile.~~ try out the `raylib` branch of this repository.