Skip to content

Commit 6bbf1e1

Browse files
committed
fix: Use freya from git, using the incremental rendering branch
1 parent 67ad7c6 commit 6bbf1e1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Cargo.lock

Lines changed: 12 additions & 0 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ edition = "2021"
77
dioxus-sdk = { git = "https://github.com/DioxusLabs/sdk", rev = "57ab3fa972c6d4a7acc25e82a0aafc3ff9e63403" }
88

99
[dependencies]
10-
freya-node-state = { path = "../freya/crates/state" }
11-
freya = { path = "../freya/crates/freya" }
12-
freya-hooks = { path = "../freya/crates/hooks" }
10+
freya-node-state = { git = "https://github.com/marc2332/freya", branch = "feat/incremental-rendering" }
11+
freya = { git = "https://github.com/marc2332/freya", branch = "feat/incremental-rendering" }
12+
freya-hooks = { git = "https://github.com/marc2332/freya", branch = "feat/incremental-rendering" }
1313

1414
dioxus-radio = "0.2.4"
1515
dioxus = "0.5"

0 commit comments

Comments
 (0)