mirror of
https://github.com/make-42/xyosc
synced 2024-11-22 17:20:09 +01:00
18 lines
470 B
Modula-2
18 lines
470 B
Modula-2
|
module xyosc
|
||
|
|
||
|
go 1.23.2
|
||
|
|
||
|
require (
|
||
|
github.com/gen2brain/malgo v0.11.22
|
||
|
github.com/gen2brain/raylib-go/raylib v0.0.0-20241019150900-b7833eeae8d0
|
||
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
||
|
github.com/smallnest/ringbuffer v0.0.0-20240827114233-62e3c686e6c0
|
||
|
gopkg.in/yaml.v2 v2.4.0
|
||
|
)
|
||
|
|
||
|
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
|
||
|
)
|