feat: initial version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
// In order to be compatible with both desktop, wasm, and android, the example is both a binary and a library.
|
||||
// Just forward to the library in main
|
||||
|
||||
fn main() {
|
||||
todo_lib::main();
|
||||
}
|
||||
Reference in New Issue
Block a user