mirror of
https://github.com/wisplite/a-star-go.git
synced 2026-06-27 15:37:07 -05:00
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:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user