mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
6 lines
123 B
Rust
6 lines
123 B
Rust
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
fn main() {
|
|
speedometer_lib::main();
|
|
}
|