implemented render backend

This commit is contained in:
LunarAkai 2025-08-03 17:59:47 +02:00
commit f5e9bca56b
10 changed files with 310 additions and 474 deletions

View file

@ -7,6 +7,4 @@ authors.workspace = true
[dependencies]
moonhare_log = { path = "../moonhare_log" }
moonhare_event = { path = "../moonhare_event" }
gtk4 = "*"
winit = "0.30"
glfw = "*"