From f9ff1ab85c845ddf9421fb9d292e35d26b266478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?cel=20=F0=9F=8C=B8?= Date: Thu, 12 Jan 2023 17:29:00 +0000 Subject: [PATCH] architect --- cowmic/src/main.rs | 110 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 108 insertions(+), 2 deletions(-) diff --git a/cowmic/src/main.rs b/cowmic/src/main.rs index 2e6431c..f4919af 100644 --- a/cowmic/src/main.rs +++ b/cowmic/src/main.rs @@ -1,3 +1,109 @@ -fn main() { - println!("hello, world"); +use iced::{Sandbox, Settings}; + +struct Cowmic { + view: View, + templates: Vec