feat: gtk

This commit is contained in:
2025-11-26 16:28:37 +03:00
parent 26556c53e8
commit 3e77a26b0a
12 changed files with 514 additions and 12 deletions

View File

@@ -37,8 +37,7 @@ func main() {
screencapturer.NewWholeScreenCapturer,
vision.NewVision,
),
fx.Invoke(func(log *logger.Logger, capturer screencapturer.ScreenCapturer) {
log.Debug("starting application...")
fx.Invoke(func() {
}),
)