Update to experimental PointerEvent PR
This commit is contained in:
parent
bf1a5199bc
commit
e51f6c431c
File diff suppressed because it is too large
Load Diff
|
|
@ -27,6 +27,5 @@ version = "0.13.2"
|
|||
features = ["v3_22"]
|
||||
|
||||
[patch.crates-io]
|
||||
#druid = { git = "https://github.com/doppioandante/druid", branch = "v0.7.0_stiletto", features = ["im", "svg"] }
|
||||
druid = { path = "../druid/druid/", features = ["im", "svg"] }
|
||||
druid = { git = "https://github.com/jneem/druid", branch = "pointer", features = ["im", "svg"] }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue