From 789286d23f1d7c8cf14cb7713e173150fc11896e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 2 Jun 2022 22:06:21 -0400 Subject: [PATCH] update Cargo.lock --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3314988..caa5c74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,7 +685,7 @@ checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541" [[package]] name = "eframe" version = "0.18.0" -source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34" +source = "git+https://github.com/Titaniumtown/egui.git#3d704efe12e0b8d60d3d8af254a6394fed787761" dependencies = [ "bytemuck", "egui", @@ -705,7 +705,7 @@ dependencies = [ [[package]] name = "egui" version = "0.18.1" -source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34" +source = "git+https://github.com/Titaniumtown/egui.git#3d704efe12e0b8d60d3d8af254a6394fed787761" dependencies = [ "ahash", "epaint", @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "egui-winit" version = "0.18.0" -source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34" +source = "git+https://github.com/Titaniumtown/egui.git#3d704efe12e0b8d60d3d8af254a6394fed787761" dependencies = [ "arboard", "egui", @@ -731,7 +731,7 @@ dependencies = [ [[package]] name = "egui_glow" version = "0.18.1" -source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34" +source = "git+https://github.com/Titaniumtown/egui.git#3d704efe12e0b8d60d3d8af254a6394fed787761" dependencies = [ "bytemuck", "egui", @@ -751,7 +751,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "emath" version = "0.18.0" -source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34" +source = "git+https://github.com/Titaniumtown/egui.git#3d704efe12e0b8d60d3d8af254a6394fed787761" dependencies = [ "bytemuck", "serde", @@ -760,7 +760,7 @@ dependencies = [ [[package]] name = "epaint" version = "0.18.1" -source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34" +source = "git+https://github.com/Titaniumtown/egui.git#3d704efe12e0b8d60d3d8af254a6394fed787761" dependencies = [ "ab_glyph", "ahash", @@ -2034,7 +2034,7 @@ dependencies = [ [[package]] name = "ruzstd" version = "0.2.4" -source = "git+https://github.com/KillingSpark/zstd-rs.git#43b52aa136a0bcb20d337fca2132ca383f39a820" +source = "git+https://github.com/KillingSpark/zstd-rs.git#b0eafa5ef87492f145792282c7a58e4e01f4340c" dependencies = [ "byteorder", "twox-hash", @@ -2262,9 +2262,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942" +checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf" dependencies = [ "proc-macro2", "quote",