mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-04 12:34:38 +02:00
big update, add goroutine sdl render
replace a lot of self.Screen.Draw() to self.Screen.Refresh()
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,7 +3,6 @@ module github.com/clockworkpi/LauncherGoDev
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/cuu/gogame v0.0.0-20211011085728-70b3e040be73
|
||||
github.com/cuu/grab v2.0.0+incompatible
|
||||
github.com/cuu/wpa-connect v1.5.5
|
||||
github.com/fatih/structs v1.1.0
|
||||
@@ -15,13 +14,14 @@ require (
|
||||
github.com/mitchellh/go-homedir v1.1.0
|
||||
github.com/muka/go-bluetooth v0.0.0-20221213043340-85dc80edc4e1
|
||||
github.com/sirupsen/logrus v1.9.0
|
||||
github.com/veandco/go-sdl2 v0.4.28
|
||||
github.com/veandco/go-sdl2 v0.4.30
|
||||
github.com/vjeantet/jodaTime v1.0.0
|
||||
github.com/yookoala/realpath v1.0.0
|
||||
github.com/zyxar/argo v0.0.0-20210923033329-21abde88a063
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cuu/gogame v0.0.0-20230123135735-e5581171f193 // indirect
|
||||
github.com/fhs/gompd/v2 v2.3.0 // indirect
|
||||
github.com/go-ole/go-ole v1.2.6 // indirect
|
||||
github.com/gorilla/websocket v1.5.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user