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

@ -5,3 +5,5 @@ version.workspace = true
authors.workspace = true
[dependencies]
moonhare_window = { path = "../moonhare_window" }
glium = "0.36"