You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: failed to resolve patches for`https://github.com/linebender/druid`
Caused by:
patch for`druid`in`https://github.com/linebender/druid` points to the same source, but patches must point to different sources
I managed to get a demo working using the below, does this do the same thing?
Hmm, it might be that the patch isn't getting applied. Try doing
[dependencies.druid]
version = "0.7.0"git = "https://github.com/linebender/druid"rev = "fc05......"
If there is another druid release, perhaps we could do a widget nursery release to make it easier to use. We can't do this ATM because the most recent druid is quite old. There is a lot of work going on on the fundamentals of druid (see Raph Levien's blog for more info) which is why there haven't been any releases for quite a while.
I am trying out Druid for the first time today. As per the README I have tried using the below in
Cargo.toml
but I am getting the below error.I managed to get a demo working using the below, does this do the same thing?
The text was updated successfully, but these errors were encountered: