Transpile every .rsx file under src/ and declare the module tree — what app! does, minus the winit
runner. Use this in a crate that drives rsx through a customPlatform (e.g. a Wayland layer-shell
backend) instead of the built-in desktop runner: invoke telar::rsx_modules!() at the crate root, then build
your own App from the transpiled components and run it via telar::run_with_platform /
telar::run_multi_with_platform. Pass a theme type — rsx_modules!(MyTheme) — if your .rsx calls
use_theme; otherwise rsx_modules!().