DioxusLabs / example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust
491 stars 62 forks source link

Out of root reference in TOML #1

Closed g-berthiaume closed 2 years ago

g-berthiaume commented 2 years ago

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.

jkelleyrtp commented 2 years ago

Oh yep, thanks.

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