chore: last progress before tauri

This commit is contained in:
2025-07-13 13:06:44 -05:00
parent edc6056ac1
commit 0e5dede83a
11 changed files with 224 additions and 355 deletions

View File

@@ -20,11 +20,16 @@ func main() {
Title: "byteme",
Width: 1024,
Height: 768,
AssetServer: &assetserver.Options{
Assets: assets,
},
DragAndDrop: &options.DragAndDrop{
EnableFileDrop: true,
},
BackgroundColour: &options.RGBA{R: 27, G: 38, B: 54, A: 1},
OnStartup: app.startup,
OnShutdown: app.shutdown,
Bind: []interface{}{
app,
},