Update to druid's pointer events branch #41

Open
enrico wants to merge 11 commits from pointer_events into master
2 changed files with 369 additions and 371 deletions
Showing only changes of commit e51f6c431c - Show all commits

737
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,5 @@ version = "0.13.2"
features = ["v3_22"] features = ["v3_22"]
[patch.crates-io] [patch.crates-io]
#druid = { git = "https://github.com/doppioandante/druid", branch = "v0.7.0_stiletto", features = ["im", "svg"] } druid = { git = "https://github.com/jneem/druid", branch = "pointer", features = ["im", "svg"] }
druid = { path = "../druid/druid/", features = ["im", "svg"] }