bump druid

This commit is contained in:
Dongdong Zhou 2022-05-20 15:04:29 +01:00
parent dea7cac564
commit 99d7b608a4
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

@ -771,7 +771,7 @@ dependencies = [
[[package]]
name = "druid"
version = "0.7.0"
source = "git+https://github.com/lapce/druid?branch=shell_opengl#fda8c4dcd7244dcffc3b0a7e39b12f5115d32de0"
source = "git+https://github.com/lapce/druid?branch=shell_opengl#f456d1e98274c9b809129cae477d3e4d5a30713e"
dependencies = [
"console_error_panic_hook",
"druid-derive",
@ -794,7 +794,7 @@ dependencies = [
[[package]]
name = "druid-derive"
version = "0.4.0"
source = "git+https://github.com/lapce/druid?branch=shell_opengl#fda8c4dcd7244dcffc3b0a7e39b12f5115d32de0"
source = "git+https://github.com/lapce/druid?branch=shell_opengl#f456d1e98274c9b809129cae477d3e4d5a30713e"
dependencies = [
"proc-macro2",
"quote",
@ -804,7 +804,7 @@ dependencies = [
[[package]]
name = "druid-shell"
version = "0.7.0"
source = "git+https://github.com/lapce/druid?branch=shell_opengl#fda8c4dcd7244dcffc3b0a7e39b12f5115d32de0"
source = "git+https://github.com/lapce/druid?branch=shell_opengl#f456d1e98274c9b809129cae477d3e4d5a30713e"
dependencies = [
"anyhow",
"bitflags",