Files
strands/go.mod
Chris Beimers f643482616 Version 0.2.0 (#13)
* Embedded textures, cfg in appdata, autosave/load sim

* Keyboard controller and file saving

* Gui tweaks

* File loading and saving menus

* Popups, menu improvements

* Confirm exit game popup

* Icon, GUI enhancements, notifications, player pos in save, new sim button
2025-01-30 16:25:56 -05:00

21 lines
556 B
Modula-2

module cbeimers113/strands
go 1.21.5
require (
github.com/aquilax/go-perlin v1.1.0
github.com/g3n/engine v0.2.0
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240307211618-a69d953ea142
github.com/stretchr/testify v1.9.0
github.com/valyala/gozstd v1.20.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/image v0.15.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)