6 lines
214 B
Go
6 lines
214 B
Go
// Package gio contains the modern Gio UI adapter.
|
|
//
|
|
// Layout code is rendering-only: it must not read files, access the network,
|
|
// calculate hashes, or directly mutate background application state.
|
|
package gio
|