iced-template: init
This commit is contained in:
commit
8f0abd2b78
8 changed files with 4192 additions and 0 deletions
5
src/main.rs
Normal file
5
src/main.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
mod app;
|
||||
|
||||
fn main() -> Result<(), impl std::error::Error> {
|
||||
app::run()
|
||||
}
|
||||
Loading…
Reference in a new issue