hello_window/
hello_window.rs

1use tx2_core::App;
2
3fn main() {
4    pollster::block_on(App::run());
5}