mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-17 20:41:03 +01:00
tried more variants: writepixel+pointer+int, which is not much better
This commit is contained in:
13
various-tests/writepixel-pointers-int/go.mod
Normal file
13
various-tests/writepixel-pointers-int/go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module testgol
|
||||
|
||||
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