-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
34 lines (31 loc) · 1.41 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/Noofbiz/engoBox2dSystem
go 1.21.5
require (
github.com/ByteArena/box2d v1.0.2
github.com/EngoEngine/ecs v1.0.5
github.com/EngoEngine/engo v1.0.8
github.com/EngoEngine/gl v1.0.14
)
require (
github.com/EngoEngine/math v1.0.4 // indirect
github.com/Noofbiz/sdlMojaveFix v0.0.1 // indirect
github.com/Noofbiz/tmx v0.2.0 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231223183121-56fa3ac82ce7 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.2 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/jfreymuth/oggvorbis v1.0.3 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/srwiley/oksvg v0.0.0-20210519022825-9fc0c575d5fe // indirect
github.com/srwiley/rasterx v0.0.0-20210519020934-456a8d69b780 // indirect
github.com/veandco/go-sdl2 v0.4.36 // indirect
github.com/vulkan-go/glfw v0.0.0-20210402172934-58379a80228d // indirect
github.com/vulkan-go/vulkan v0.0.0-20221209234627-c0a353ae26c8 // indirect
golang.org/x/exp/shiny v0.0.0-20231226003508-02704c960a9b // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)