pub fn run(path: &str)Expand description
Run Pane as a standalone application, owning the window and event loop.
This is the simplest integration — Pane creates the window, runs the loop,
and never returns. Use overlay or headless if you need to retain
control of the event loop or the wgpu device.
The .ron file path is relative to the working directory. Hot reload is
enabled automatically if hot_reload: true is set in the root definition.
§Panics
Panics if the .ron file cannot be read or parsed.