a2ui-bevy-gallery-0.2.1 is not a library.
A2UI Bevy gallery — loads an A2UI sample and shows it in a Bevy window.
This is the Bevy-backend counterpart of the ratatui gallery (a2ui-gallery),
the Slint gallery (a2ui-slint-gallery), and the egui gallery
(a2ui-egui-gallery): it reuses the same embedded spec samples and the same
catalog/function builders, but renders into a real OS window via Bevy's ECS
UI stack.
Usage: a2ui_bevy_gallery # show the first sample a2ui_bevy_gallery 3 # show sample #3 (1-based index) a2ui_bevy_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.