mirror of
https://github.com/cbeimers113/strands.git
synced 2025-12-23 23:27:42 -05:00
* 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
21 lines
556 B
Modula-2
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
|
|
)
|