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.2-rc1
Published
Oct 11, 2024
Platform
js/wasm
Imports
1 packages
Last checked
11 minutes ago

Tools for package owners.