Skip to main content

demo/
main.rs

1mod data;
2
3fn main() -> anyhow::Result<()> {
4    player_scope::ui::run(data::config())
5}