feat(tracker): create initial tracker skeleton using Gio

This commit is contained in:
Matias Lahti
2020-11-07 19:50:37 +02:00
parent 5eb7cef889
commit 64fe28a240
6 changed files with 100 additions and 1 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module github.com/vsariola/sointu
go 1.15
require github.com/hajimehoshi/oto v0.6.6
require (
gioui.org v0.0.0-20201106195654-dbc0796d0207
github.com/hajimehoshi/oto v0.6.6
)