1
0
Fork 0

Actually update Vizia

Forgot to force push this branch.
This commit is contained in:
Robbert van der Helm 2022-10-08 15:21:43 +02:00
parent 33d956a96b
commit 57258672ce

18
Cargo.lock generated
View file

@ -4337,7 +4337,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vizia"
version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#c4572d7b266c474c5d8387233472341eadca2a54"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#f9e2dda8cdafcddafa4c93f8d85402687af43abe"
dependencies = [
"vizia_baseview",
"vizia_core",
@ -4347,7 +4347,7 @@ dependencies = [
[[package]]
name = "vizia_baseview"
version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#c4572d7b266c474c5d8387233472341eadca2a54"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#f9e2dda8cdafcddafa4c93f8d85402687af43abe"
dependencies = [
"baseview 0.1.0 (git+https://github.com/robbert-vdh/baseview.git?branch=feature/resize)",
"femtovg",
@ -4361,7 +4361,7 @@ dependencies = [
[[package]]
name = "vizia_core"
version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#c4572d7b266c474c5d8387233472341eadca2a54"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#f9e2dda8cdafcddafa4c93f8d85402687af43abe"
dependencies = [
"bitflags",
"copypasta 0.8.1",
@ -4389,7 +4389,7 @@ dependencies = [
[[package]]
name = "vizia_derive"
version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#c4572d7b266c474c5d8387233472341eadca2a54"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#f9e2dda8cdafcddafa4c93f8d85402687af43abe"
dependencies = [
"proc-macro2",
"quote",
@ -4399,12 +4399,12 @@ dependencies = [
[[package]]
name = "vizia_id"
version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#c4572d7b266c474c5d8387233472341eadca2a54"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#f9e2dda8cdafcddafa4c93f8d85402687af43abe"
[[package]]
name = "vizia_input"
version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#c4572d7b266c474c5d8387233472341eadca2a54"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#f9e2dda8cdafcddafa4c93f8d85402687af43abe"
dependencies = [
"bitflags",
"keyboard-types",
@ -4414,7 +4414,7 @@ dependencies = [
[[package]]
name = "vizia_storage"
version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#c4572d7b266c474c5d8387233472341eadca2a54"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#f9e2dda8cdafcddafa4c93f8d85402687af43abe"
dependencies = [
"morphorm",
"vizia_id",
@ -4423,7 +4423,7 @@ dependencies = [
[[package]]
name = "vizia_window"
version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#c4572d7b266c474c5d8387233472341eadca2a54"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#f9e2dda8cdafcddafa4c93f8d85402687af43abe"
dependencies = [
"morphorm",
"vizia_input",
@ -4432,7 +4432,7 @@ dependencies = [
[[package]]
name = "vizia_winit"
version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#c4572d7b266c474c5d8387233472341eadca2a54"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#f9e2dda8cdafcddafa4c93f8d85402687af43abe"
dependencies = [
"console_error_panic_hook",
"copypasta 0.8.1",