mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 01:15:35 +00:00
all: rename package ui to unit
Package ui is now only about units except for the Config.Now method. Remove Now and rename Config to Converter. Add layout.Config to replace the old ui.Config. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
|
||||
"github.com/chromedp/chromedp"
|
||||
|
||||
_ "gioui.org/ui" // the build tool adds it to go.mod, so keep it there
|
||||
_ "gioui.org/unit" // the build tool adds it to go.mod, so keep it there
|
||||
)
|
||||
|
||||
func TestJSOnChrome(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user