mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-17 04:30:57 +01:00
reorganized source, added test cases for tuning
This commit is contained in:
13
various-tests/drawtriangles/go.mod
Normal file
13
various-tests/drawtriangles/go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module drawminimal
|
||||
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895 // indirect
|
||||
github.com/ebitengine/hideconsole v1.0.0 // indirect
|
||||
github.com/ebitengine/purego v0.7.0 // indirect
|
||||
github.com/hajimehoshi/ebiten/v2 v2.7.4 // indirect
|
||||
github.com/jezek/xgb v1.1.1 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/sys v0.20.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user