From db68d5e23a0d72ba2a824ac59858db3764436a4f Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 18 May 2022 14:35:58 -0400 Subject: [PATCH] update egui --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b03c17f..df9aff3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -659,7 +659,7 @@ checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541" [[package]] name = "eframe" version = "0.18.0" -source = "git+https://github.com/Titaniumtown/egui.git#1825430debaf048e821d3a41426a3e15b8343b24" +source = "git+https://github.com/Titaniumtown/egui.git#537c879b1c5a40384188dcc731a6d55c04deb99f" dependencies = [ "bytemuck", "egui", @@ -679,7 +679,7 @@ dependencies = [ [[package]] name = "egui" version = "0.18.1" -source = "git+https://github.com/Titaniumtown/egui.git#1825430debaf048e821d3a41426a3e15b8343b24" +source = "git+https://github.com/Titaniumtown/egui.git#537c879b1c5a40384188dcc731a6d55c04deb99f" dependencies = [ "ahash", "epaint", @@ -691,7 +691,7 @@ dependencies = [ [[package]] name = "egui-winit" version = "0.18.0" -source = "git+https://github.com/Titaniumtown/egui.git#1825430debaf048e821d3a41426a3e15b8343b24" +source = "git+https://github.com/Titaniumtown/egui.git#537c879b1c5a40384188dcc731a6d55c04deb99f" dependencies = [ "arboard", "egui", @@ -705,7 +705,7 @@ dependencies = [ [[package]] name = "egui_glow" version = "0.18.1" -source = "git+https://github.com/Titaniumtown/egui.git#1825430debaf048e821d3a41426a3e15b8343b24" +source = "git+https://github.com/Titaniumtown/egui.git#537c879b1c5a40384188dcc731a6d55c04deb99f" dependencies = [ "bytemuck", "egui", @@ -725,7 +725,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "emath" version = "0.18.0" -source = "git+https://github.com/Titaniumtown/egui.git#1825430debaf048e821d3a41426a3e15b8343b24" +source = "git+https://github.com/Titaniumtown/egui.git#537c879b1c5a40384188dcc731a6d55c04deb99f" dependencies = [ "bytemuck", "serde", @@ -734,7 +734,7 @@ dependencies = [ [[package]] name = "epaint" version = "0.18.1" -source = "git+https://github.com/Titaniumtown/egui.git#1825430debaf048e821d3a41426a3e15b8343b24" +source = "git+https://github.com/Titaniumtown/egui.git#537c879b1c5a40384188dcc731a6d55c04deb99f" dependencies = [ "ab_glyph", "ahash",