package build
import "fyne.io/fyne/v2/internal/build"
Package build contains information about they type of build currently running.
Index ¶
Constants ¶
const HasHints = false
HasHints is false to indicate that hints are not currently switched on. To enable please rebuild with "-tags hints" parameters.
const IsFlatpak = false
IsFlatpak is true if the binary is compiled for a Flatpak package.
const IsWayland = false
IsWayland is true when compiling for the wayland windowing system.
const Mode = fyne.BuildStandard
Mode is the application's build mode.
const NoMetadata = false
NoMetadata is false if the compiler flags have not turned off metadata support.
Source Files ¶
build.go driver_notflatpak.go driver_notwayland.go hints_disabled.go metadata.go mode_standard.go
- Version
- v2.5.4 (latest)
- Published
- Feb 1, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 1 month ago –
Tools for package owners.