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]] [[package]]
name = "druid" name = "druid"
version = "0.7.0" version = "0.7.0"
source = "git+https://github.com/doppioandante/druid?branch=pointer_event_rebase#4699b893d3c2689e4ba73cfbf283c2f203868efb"
dependencies = [ dependencies = [
"console_error_panic_hook", "console_error_panic_hook",
"druid-derive", "druid-derive",
@ -306,6 +307,7 @@ dependencies = [
[[package]] [[package]]
name = "druid-derive" name = "druid-derive"
version = "0.4.0" version = "0.4.0"
source = "git+https://github.com/doppioandante/druid?branch=pointer_event_rebase#4699b893d3c2689e4ba73cfbf283c2f203868efb"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -315,6 +317,7 @@ dependencies = [
[[package]] [[package]]
name = "druid-shell" name = "druid-shell"
version = "0.7.0" version = "0.7.0"
source = "git+https://github.com/doppioandante/druid?branch=pointer_event_rebase#4699b893d3c2689e4ba73cfbf283c2f203868efb"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitflags", "bitflags",

View File

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