mirror of
https://github.com/eRgo35/website.git
synced 2026-02-04 13:36:10 +01:00
feat: homepage initialization, components, css, motion
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -8,12 +8,18 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
dioxus = { version = "0.6.0", features = ["router", "fullstack"] }
|
||||
dioxus-material-icons = "3.0.0"
|
||||
dioxus-motion = { version = "0.3.1", optional = true, default-features = false }
|
||||
|
||||
[features]
|
||||
default = ["web"]
|
||||
web = ["dioxus/web"]
|
||||
desktop = ["dioxus/desktop"]
|
||||
mobile = ["dioxus/mobile"]
|
||||
web = ["dioxus/web", "dioxus-motion/web", "dioxus-motion/transitions"]
|
||||
desktop = [
|
||||
"dioxus/desktop",
|
||||
"dioxus-motion/desktop",
|
||||
"dioxus-motion/transitions",
|
||||
]
|
||||
mobile = ["dioxus/mobile", "dioxus-motion/desktop", "dioxus-motion/transitions"]
|
||||
|
||||
[profile]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user