Fix HiDPI

This commit is contained in:
Dongdong Zhou 2021-12-15 08:16:35 +00:00
parent 93737031e7
commit 7d86c61278
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

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