Skip to content

Commit a4a0aca

Browse files
committed
Updated images, experiences
1 parent 9b02017 commit a4a0aca

File tree

17 files changed

+1017
-694
lines changed

17 files changed

+1017
-694
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Cargo.lock

Lines changed: 553 additions & 304 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ pulldown-cmark = "0.12.2"
1010
serde = { version = "1.0.217", features = ["derive"] }
1111
toml = "0.8.19"
1212
include_dir = "0.7.3"
13-
dioxus-motion = { git = "https://github.com/wheregmis/dioxus-motion.git", branch = "v0.2.0", default-features = false, optional = true }
14-
easer = "0.3.0"
13+
dioxus-motion = { git = "https://github.com/wheregmis/dioxus-motion.git", branch = "enhanced_motion_dump", default-features = false, optional = true }
14+
easer = { version = "0.3.0", default-features = false }
1515

1616
[features]
1717
default = ["web"]
1818
web = ["dioxus/web", "dioxus-motion/web"]
1919
desktop = ["dioxus/desktop", "dioxus-motion/desktop"]
20+
mobile = ["dioxus/mobile", "dioxus-motion/desktop"]
2021

2122
[profile.rapid]
2223
inherits = "dev"

assets/dioxus-motion.png

1.56 MB
Loading

assets/favicon.ico

-130 KB
Binary file not shown.

assets/header.svg

Lines changed: 0 additions & 20 deletions
This file was deleted.

assets/html-rsx.png

147 KB
Loading

0 commit comments

Comments
 (0)