Skip to content

Commit

Permalink
fix: Use freya from git, using the incremental rendering branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Aug 25, 2024
1 parent 67ad7c6 commit 6bbf1e1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"
dioxus-sdk = { git = "https://github.com/DioxusLabs/sdk", rev = "57ab3fa972c6d4a7acc25e82a0aafc3ff9e63403" }

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

dioxus-radio = "0.2.4"
dioxus = "0.5"
Expand Down

0 comments on commit 6bbf1e1

Please sign in to comment.