Open maxwell8888 opened 2 years ago
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?