Update remote branch

This commit is contained in:
Enrico Lumetti 2022-03-31 12:52:07 +02:00
parent cb8bc30a15
commit ca3aadc50d
2 changed files with 5 additions and 2 deletions

3
Cargo.lock generated
View File

@ -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",

View File

@ -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/" }