mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-06-01 16:03:12 +00:00
Add experimental screen refresh
This commit is contained in:
parent
106ac0c797
commit
26fb4bb574
5 changed files with 80 additions and 34 deletions
4
go.mod
4
go.mod
|
@ -1,15 +1,13 @@
|
|||
module ColouringApp
|
||||
module github.com/Fluffy-Bean/ColouringApp
|
||||
|
||||
go 1.21.5
|
||||
|
||||
require (
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20240110102818-483e94e4d92e
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20240110102818-483e94e4d92e
|
||||
github.com/huandu/go-sqlbuilder v1.25.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/ebitengine/purego v0.6.0-alpha.1.0.20231122024802-192c5e846faa // indirect
|
||||
github.com/huandu/xstrings v1.3.2 // indirect
|
||||
golang.org/x/sys v0.14.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue