added log wrapper

This commit is contained in:
LunarAkai 2025-07-28 19:50:49 +02:00
commit 237dd614a2
15 changed files with 213 additions and 59 deletions

View file

@ -2,6 +2,7 @@
resolver = "3"
members = [
"moonhare_engine",
"moonhare_graphics", "moonhare_log",
"playground"
]