From ca3aadc50d9103458928e33910c13c283bc553b6 Mon Sep 17 00:00:00 2001 From: Enrico Lumetti Date: Thu, 31 Mar 2022 12:52:07 +0200 Subject: [PATCH] Update remote branch --- Cargo.lock | 3 +++ Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5378339..be8b781 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 2ce496f..1fe1a93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/" }