From 7d86c61278ec0ea09c65564083870e3111303a86 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Wed, 15 Dec 2021 08:16:35 +0000 Subject: [PATCH] Fix HiDPI --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3e3246c..102abb7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1056,7 +1056,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "druid" version = "0.7.0" -source = "git+https://github.com/lapce/druid#48c4703415d8def972c91850034e05403d70e02c" +source = "git+https://github.com/lapce/druid#72cc534bb17e10d365078d8e0a51153c2513aef1" dependencies = [ "console_error_panic_hook", "druid-derive", @@ -1080,7 +1080,7 @@ dependencies = [ [[package]] name = "druid-derive" version = "0.4.0" -source = "git+https://github.com/lapce/druid#48c4703415d8def972c91850034e05403d70e02c" +source = "git+https://github.com/lapce/druid#72cc534bb17e10d365078d8e0a51153c2513aef1" dependencies = [ "proc-macro2 1.0.29", "quote 1.0.9", @@ -1090,7 +1090,7 @@ dependencies = [ [[package]] name = "druid-shell" version = "0.7.0" -source = "git+https://github.com/lapce/druid#48c4703415d8def972c91850034e05403d70e02c" +source = "git+https://github.com/lapce/druid#72cc534bb17e10d365078d8e0a51153c2513aef1" dependencies = [ "anyhow", "cfg-if 1.0.0",