diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-08-24 21:34:48 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-08-24 21:34:48 -0700 |
| commit | a2e1ec9472d7ff1d3387dc9d059dcee019a84996 (patch) | |
| tree | 9fe251af8607c4844cf2432e9b9c5e1a221417e7 /go.mod | |
| download | pongo-a2e1ec9472d7ff1d3387dc9d059dcee019a84996.tar.zst | |
Initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +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 +) |
