Files
concept-maker/src-tauri/src/main.rs

4 lines
38 B
Rust
Raw Normal View History

fn main() {
concept_maker::run();
}