~ecs/public-inbox

turn off raylib logging v1 APPLIED

Evan Johnston: 1
 turn off raylib logging

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~ecs/public-inbox/patches/48051/mbox | git am -3
Learn more about email & git

[PATCH] turn off raylib logging Export this patch

---
 main.ha | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main.ha b/main.ha
index b012902..b47d64f 100644
--- a/main.ha
+++ b/main.ha
@@ -83,6 +83,7 @@ fn output_time(timer_state: timer_state) (io::error | size) = {
};

export fn main() void = {
	raylib::SetTraceLogLevel(raylib::TraceLogLevel::LOG_NONE);
	raylib::InitWindow(0, 0, "ecstimer");
	raylib::SetTargetFPS(60);

-- 
2.37.1
Thanks!

To git@git.d2evs.net:~ecs/ecstimer
   99bba78..c7917cc  master -> master