Update remote branch
This commit is contained in:
parent
cb8bc30a15
commit
ca3aadc50d
|
|
@ -284,6 +284,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "druid"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/doppioandante/druid?branch=pointer_event_rebase#4699b893d3c2689e4ba73cfbf283c2f203868efb"
|
||||
dependencies = [
|
||||
"console_error_panic_hook",
|
||||
"druid-derive",
|
||||
|
|
@ -306,6 +307,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "druid-derive"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/doppioandante/druid?branch=pointer_event_rebase#4699b893d3c2689e4ba73cfbf283c2f203868efb"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
@ -315,6 +317,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "druid-shell"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/doppioandante/druid?branch=pointer_event_rebase#4699b893d3c2689e4ba73cfbf283c2f203868efb"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags",
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ version = "0.14"
|
|||
features = ["v3_22"]
|
||||
|
||||
[patch.crates-io]
|
||||
#druid = { git = "https://github.com/jneem/druid", branch = "pointer", features = ["im", "svg"] }
|
||||
druid = { path= "../druid/druid/" }
|
||||
druid = { git = "https://github.com/doppioandante/druid", branch = "pointer_event_rebase", features = ["im", "svg"] }
|
||||
#druid = { path= "../druid/druid/" }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue