DioxusLabs / example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Out of root reference in TOML

g-berthiaume opened this issue · 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.