initial working sketch in go on raylib
This commit is contained in:
14
go.mod
Normal file
14
go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
module github.com/d2fn/sumi
|
||||
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/gen2brain/raylib-go/raylib v0.55.1
|
||||
github.com/ojrac/opensimplex-go v1.0.2
|
||||
)
|
||||
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user