Initial commit.

This commit is contained in:
Nolan Darilek 2025-04-07 12:17:09 -05:00
commit 1bc79510f2
37 changed files with 6757 additions and 0 deletions

13
desktop/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "desktop"
version = "0.1.0"
edition = "2021"
[dependencies]
dioxus = { workspace = true, features = ["router"] }
ui = { workspace = true }
[features]
default = []
desktop = ["dioxus/desktop"]
server = ["dioxus/server"]