aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: ce1e0b850dd6dff374adace596ec99d108905531 (plain) (blame)
1
2
3
4
5
6
7
8
9
module github.com/faiface/gui

go 1.25.5

require (
	github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
	github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
	github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728 // indirect
)