Update to experimental PointerEvent PR

This commit is contained in:
Enrico Lumetti 2021-10-04 15:53:19 +02:00
parent bf1a5199bc
commit e51f6c431c
2 changed files with 369 additions and 371 deletions

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"] }