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]] [[package]]
name = "druid" name = "druid"
version = "0.7.0" 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 = [ dependencies = [
"console_error_panic_hook", "console_error_panic_hook",
"druid-derive", "druid-derive",
@ -794,7 +794,7 @@ dependencies = [
[[package]] [[package]]
name = "druid-derive" name = "druid-derive"
version = "0.4.0" 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 = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -804,7 +804,7 @@ dependencies = [
[[package]] [[package]]
name = "druid-shell" name = "druid-shell"
version = "0.7.0" 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 = [ dependencies = [
"anyhow", "anyhow",
"bitflags", "bitflags",