From 57258672ce37e1a45d1eaf7e91e7fcbba4d65053 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 8 Oct 2022 15:21:43 +0200 Subject: [PATCH] Actually update Vizia Forgot to force push this branch. --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65387783..54b069c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",