Scaffold cargo workspace with core and gtk crates

This commit is contained in:
2026-03-01 23:54:45 +02:00
parent 2b984c3f5d
commit 2ca1f87bf3
13 changed files with 46 additions and 0 deletions

3
outlay-gtk/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Outlay starting...");
}