aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pexeso/go.mod
blob: c2ef2a0616aa793a65872465f973a35c856d5a15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/faiface/gui/examples/pexeso

go 1.25.5

require (
	github.com/faiface/gui v0.0.0-20190522095505-ed00d80d15da
	github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
)

require (
	github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
	github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728 // indirect
)

replace github.com/faiface/gui => ../../