Fyne 2.x, slog

This commit is contained in:
Ryan Nixon
2023-07-06 15:12:58 -07:00
parent eaeeb3283c
commit 36317bfa42
5 changed files with 692 additions and 88 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/taiidani/hwrc-proton-launcher
go 1.13
require (
fyne.io/fyne v1.4.3
fyne.io/fyne/v2 v2.3.5
github.com/mitchellh/go-ps v1.0.0
github.com/sirupsen/logrus v1.9.2
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
)