Add systray with icon

This commit is contained in:
2022-05-01 12:37:05 +09:30
parent 06ac259e0a
commit b04ed6aa62
8 changed files with 84 additions and 7 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.16
require (
github.com/fogleman/gg v1.3.0
github.com/getlantern/systray v1.2.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/mitchellh/go-homedir v1.1.0