errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
gioui.org/app/internal/log | |
gioui.org/f32 | Package f32 is a float32 implementation of package image's Point and affine transformations. |
gioui.org/font/gofont | Package gofont exports the Go fonts as a text.Collection. |
gioui.org/gpu | Package gpu implements the rendering of Gio drawing operations. |
gioui.org/internal/debug | Package debug provides general debug feature management for Gio, including the ability to toggle debug features using the GIODEBUG environment variable. |
gioui.org/internal/f32color | |
gioui.org/internal/gl | |
gioui.org/internal/ops | |
gioui.org/io/clipboard | |
gioui.org/io/event | Package event contains types for event handling. |
gioui.org/io/key | Package key implements key and text events and operations. |
gioui.org/io/pointer | Package pointer implements pointer events and operations. |
gioui.org/io/profile | |
gioui.org/io/router | |
gioui.org/io/system | |
gioui.org/layout | Package layout implements layouts common to GUI programs. |
gioui.org/op | Package op implements operations for updating a user interface. |
gioui.org/text | |
gioui.org/unit | Package unit implements device independent units. |
gioui.org/widget | Package widget implements state tracking and event handling of common user interface controls. |
gioui.org/widget/material | Package material implements the Material design. |
image | Package image implements a basic 2-D image library. |
image/color | Package color implements a basic color library. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
syscall/js | Package js gives access to the WebAssembly host environment when using the js/wasm architecture. |
time | Package time provides functionality for measuring and displaying time. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf16 | Package utf16 implements encoding and decoding of UTF-16 sequences. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |