Files
bropicker/example/main.rs
T
2026-05-07 00:30:14 +05:00

10 lines
267 B
Rust

// 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();
}