diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-08-25 12:05:01 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-08-25 12:05:01 -0700 |
| commit | 827f639912529589e651da5c35e28881c8e08c1f (patch) | |
| tree | dbca88c4c3749c7286f54d326c81ad9f970734f6 /go.mod | |
| parent | a2e1ec9472d7ff1d3387dc9d059dcee019a84996 (diff) | |
| download | pongo-827f639912529589e651da5c35e28881c8e08c1f.tar.zst | |
Port to SDL.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -2,10 +2,4 @@ module gitlab.com/rhogenson/pongo go 1.22 -require github.com/gen2brain/raylib-go/raylib v0.0.0-20240807111636-8861ee437da9 - -require ( - github.com/ebitengine/purego v0.7.1 // indirect - golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect - golang.org/x/sys v0.20.0 // indirect -) +require github.com/veandco/go-sdl2 v0.4.40 |
