16 lines
492 B
Modula-2
16 lines
492 B
Modula-2
module github.com/faiface/pixel
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/faiface/glhf v0.0.0-20211013000516-57b20770c369
|
|
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
|
|
github.com/go-gl/gl v0.0.0-20210905235341-f7a045908259
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be
|
|
github.com/go-gl/mathgl v1.0.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/image v0.5.0
|
|
)
|