1
0
Fork 0

Update the Vizia fork

This commit is contained in:
Robbert van der Helm 2022-11-17 18:48:18 +01:00
parent babe271556
commit 8c3f00f9f6

18
Cargo.lock generated
View file

@ -4491,7 +4491,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]] [[package]]
name = "vizia" name = "vizia"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#cbb1aa4243dd4a68605922ae5eba735fb716d032" source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#54b0a96532fa179bc3aae9e14a45eb85227696fb"
dependencies = [ dependencies = [
"vizia_baseview", "vizia_baseview",
"vizia_core", "vizia_core",
@ -4501,7 +4501,7 @@ dependencies = [
[[package]] [[package]]
name = "vizia_baseview" name = "vizia_baseview"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#cbb1aa4243dd4a68605922ae5eba735fb716d032" source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#54b0a96532fa179bc3aae9e14a45eb85227696fb"
dependencies = [ dependencies = [
"baseview 0.1.0 (git+https://github.com/robbert-vdh/baseview.git?branch=feature/resize)", "baseview 0.1.0 (git+https://github.com/robbert-vdh/baseview.git?branch=feature/resize)",
"femtovg", "femtovg",
@ -4515,7 +4515,7 @@ dependencies = [
[[package]] [[package]]
name = "vizia_core" name = "vizia_core"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#cbb1aa4243dd4a68605922ae5eba735fb716d032" source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#54b0a96532fa179bc3aae9e14a45eb85227696fb"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"copypasta 0.8.1", "copypasta 0.8.1",
@ -4543,7 +4543,7 @@ dependencies = [
[[package]] [[package]]
name = "vizia_derive" name = "vizia_derive"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#cbb1aa4243dd4a68605922ae5eba735fb716d032" source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#54b0a96532fa179bc3aae9e14a45eb85227696fb"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -4553,12 +4553,12 @@ dependencies = [
[[package]] [[package]]
name = "vizia_id" name = "vizia_id"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#cbb1aa4243dd4a68605922ae5eba735fb716d032" source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#54b0a96532fa179bc3aae9e14a45eb85227696fb"
[[package]] [[package]]
name = "vizia_input" name = "vizia_input"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#cbb1aa4243dd4a68605922ae5eba735fb716d032" source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#54b0a96532fa179bc3aae9e14a45eb85227696fb"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"keyboard-types", "keyboard-types",
@ -4568,7 +4568,7 @@ dependencies = [
[[package]] [[package]]
name = "vizia_storage" name = "vizia_storage"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#cbb1aa4243dd4a68605922ae5eba735fb716d032" source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#54b0a96532fa179bc3aae9e14a45eb85227696fb"
dependencies = [ dependencies = [
"morphorm", "morphorm",
"vizia_id", "vizia_id",
@ -4577,7 +4577,7 @@ dependencies = [
[[package]] [[package]]
name = "vizia_window" name = "vizia_window"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#cbb1aa4243dd4a68605922ae5eba735fb716d032" source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#54b0a96532fa179bc3aae9e14a45eb85227696fb"
dependencies = [ dependencies = [
"morphorm", "morphorm",
"vizia_input", "vizia_input",
@ -4586,7 +4586,7 @@ dependencies = [
[[package]] [[package]]
name = "vizia_winit" name = "vizia_winit"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#cbb1aa4243dd4a68605922ae5eba735fb716d032" source = "git+https://github.com/robbert-vdh/vizia.git?branch=patched#54b0a96532fa179bc3aae9e14a45eb85227696fb"
dependencies = [ dependencies = [
"console_error_panic_hook", "console_error_panic_hook",
"copypasta 0.8.1", "copypasta 0.8.1",