16 lines
493 B
Modula-2
16 lines
493 B
Modula-2
module github.com/faiface/pixel
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/faiface/glhf v0.0.0-20231008131257-c8034b63022b
|
|
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
|
|
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
|
|
github.com/go-gl/mathgl v1.1.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/image v0.16.0
|
|
)
|