Add Front end

This commit is contained in:
2025-04-14 21:39:42 -04:00
parent 93c04b9535
commit d629ca1dc7
8 changed files with 172 additions and 0 deletions

16
AobaClient/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "aoba-client"
version = "0.1.0"
authors = ["Amatsugu <khamraj@kaisei.app>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = { version = "0.6.0", features = [] }
[features]
default = ["web"]
web = ["dioxus/web"]
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]