super basic GUI in raylib, use x11/xwayland forced mode and bruteforce scaling because the GLFW devs don't know how to support wayland

This commit is contained in:
2026-05-12 02:19:37 -05:00
commit b04a1810dd
3 changed files with 165 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module github.com/wisplite/astargo
go 1.25.6
require (
github.com/ebitengine/purego v0.10.0 // indirect
github.com/gen2brain/raylib-go/raygui v0.0.0-20260309161816-4c350487f71d // indirect
github.com/gen2brain/raylib-go/raylib v0.55.1 // indirect
golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a // indirect
golang.org/x/sys v0.44.0 // indirect
)