update to latest gioui.org API, fix cross platform builds

This commit is contained in:
2025-12-03 08:28:59 +00:00
parent f6bd76b838
commit a10c3ad0fe
364 changed files with 363 additions and 63307 deletions

View File

@@ -1,8 +1,8 @@
package gel
import (
l "github.com/p9c/p9/pkg/gel/gio/layout"
"github.com/p9c/p9/pkg/gel/gio/unit"
l "gioui.org/layout"
"gioui.org/unit"
)
type Inset struct {