🐛 fix layout

🍱 update 88x31s
🔥 rm landing
This commit is contained in:
lia
2025-08-07 02:27:39 +02:00
parent 282c67b1fc
commit 6a5176caab
23 changed files with 143 additions and 184 deletions

View File

@@ -1,16 +1,18 @@
[package]
name = "web_luciel"
name = "web_iouring"
version = "0.0.0-develop"
authors = ["luciel"]
authors = ["iouring"]
license = "Apache-2.0"
edition = "2024"
rust-version = "1.87"
rust-version = "1.91"
publish = false
[dependencies]
js-sys = "0.3"
yew = { git = "https://github.com/yewstack/yew.git", rev = "550b2cc", features = ["csr"] }
yew-router = { git = "https://github.com/yewstack/yew.git", rev = "550b2cc" }
yew = { git = "https://github.com/yewstack/yew.git", rev = "21f373b", features = [
"csr",
] }
yew-router = { git = "https://github.com/yewstack/yew.git", rev = "21f373b" }
wasm-bindgen = { version = "0.2" }
log = { version = "0.4" }