a2ui-slint-gallery-0.2.0 is not a library.
A2UI Slint gallery — loads an A2UI sample and shows it in a Slint window.
This is the Slint-backend counterpart of the ratatui gallery (a2ui-gallery):
it reuses the same embedded spec samples and the same catalog/function
builders, but renders into a real OS window via [a2ui_slint].
Usage: a2ui_slint_gallery # show the first sample a2ui_slint_gallery 3 # show sample #3 (1-based index) a2ui_slint_gallery stepper # show the first sample whose name # contains "stepper" (case-insensitive)
The list of available samples (index + name) is printed to stdout at startup.