DioxusLabs/example-projects

Out of root reference in TOML

g-berthiaume opened this issue · 1 comments

Hi,
I can't build the example. I assume it's because of the Cargo.toml file.

[dependencies]
dioxus = { path = "../../../dioxus", features = ["desktop"] }

Have a great day.

Oh yep, thanks.

I'll fix this but for you, in the meantime, replace path = "......" with version = "*" and things should work.