Skip to main content

Module platform

Module platform 

Source
Expand description

GTK4 platform build and package utilities.

This module provides utility functions for building and packaging GTK4 apps. These functions are used by Gtk4Backend to implement the Backend trait.

Functionsยง

build_gtk4
Build GTK4 binary for the host platform.
clean_gtk4
Clean Cargo build artifacts for GTK4.
is_gtk4_platform
Check if a platform is supported by the GTK4 backend.
package_gtk4
Package a GTK4 app (locate the built binary).