From 273e13a3361324c956e1f8525ddef3eadd50fd07 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 3 Jul 2022 15:32:21 -0400 Subject: [PATCH] update egui fork --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d297a78..342b7c8 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#bc631d802bdaca930e07e78b7497ba626944b8d7" +source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3" dependencies = [ "bytemuck", "egui", @@ -705,7 +705,7 @@ dependencies = [ [[package]] name = "egui" version = "0.18.1" -source = "git+https://github.com/Titaniumtown/egui.git#bc631d802bdaca930e07e78b7497ba626944b8d7" +source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3" dependencies = [ "ahash", "epaint", @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "egui-winit" version = "0.18.0" -source = "git+https://github.com/Titaniumtown/egui.git#bc631d802bdaca930e07e78b7497ba626944b8d7" +source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3" dependencies = [ "arboard", "egui", @@ -731,7 +731,7 @@ dependencies = [ [[package]] name = "egui_glow" version = "0.18.1" -source = "git+https://github.com/Titaniumtown/egui.git#bc631d802bdaca930e07e78b7497ba626944b8d7" +source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3" dependencies = [ "bytemuck", "egui", @@ -751,7 +751,7 @@ checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" [[package]] name = "emath" version = "0.18.0" -source = "git+https://github.com/Titaniumtown/egui.git#bc631d802bdaca930e07e78b7497ba626944b8d7" +source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3" dependencies = [ "bytemuck", "serde", @@ -760,7 +760,7 @@ dependencies = [ [[package]] name = "epaint" version = "0.18.1" -source = "git+https://github.com/Titaniumtown/egui.git#bc631d802bdaca930e07e78b7497ba626944b8d7" +source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3" dependencies = [ "ab_glyph", "ahash",