21 lines
698 B
Modula-2
21 lines
698 B
Modula-2
module zvulkan
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/CannibalVox/cgoparam v1.1.0 // indirect
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
|
github.com/g3n/engine v0.2.0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/loov/hrtime v1.0.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/veandco/go-sdl2 v0.4.35 // indirect
|
|
github.com/vkngwrapper/core/v2 v2.2.1 // indirect
|
|
github.com/vkngwrapper/extensions/v2 v2.2.0 // indirect
|
|
github.com/vkngwrapper/integrations/sdl2/v2 v2.1.0 // indirect
|
|
github.com/vkngwrapper/math v1.1.1 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
go.uber.org/zap v1.25.0 // indirect
|
|
)
|