David Gonzalez Martin be2de1d672 Render a texture
2024-11-10 08:48:46 -06:00

9 lines
165 B
Modula-2

module github.com/KhronosGroup/SPIRV-Tools/utils/vscode
go 1.16
require (
github.com/pkg/errors v0.9.1
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)