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

go 1.25.5

require (
	github.com/faiface/gui v0.0.0-20190522095505-ed00d80d15da
	github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
	golang.org/x/image v0.36.0
)

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 => ../../