update egui

This commit is contained in:
Simon Gardling 2022-06-01 00:11:23 -04:00
parent d8e7bf368a
commit 330020bd17

12
Cargo.lock generated
View File

@ -649,7 +649,7 @@ checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
[[package]]
name = "eframe"
version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#510c1cf668c97f00290c3c7e84afadd583a0f7ea"
source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34"
dependencies = [
"bytemuck",
"egui",
@ -669,7 +669,7 @@ dependencies = [
[[package]]
name = "egui"
version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#510c1cf668c97f00290c3c7e84afadd583a0f7ea"
source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34"
dependencies = [
"ahash",
"epaint",
@ -681,7 +681,7 @@ dependencies = [
[[package]]
name = "egui-winit"
version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#510c1cf668c97f00290c3c7e84afadd583a0f7ea"
source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34"
dependencies = [
"arboard",
"egui",
@ -695,7 +695,7 @@ dependencies = [
[[package]]
name = "egui_glow"
version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#510c1cf668c97f00290c3c7e84afadd583a0f7ea"
source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34"
dependencies = [
"bytemuck",
"egui",
@ -715,7 +715,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "emath"
version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#510c1cf668c97f00290c3c7e84afadd583a0f7ea"
source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34"
dependencies = [
"bytemuck",
"serde",
@ -724,7 +724,7 @@ dependencies = [
[[package]]
name = "epaint"
version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#510c1cf668c97f00290c3c7e84afadd583a0f7ea"
source = "git+https://github.com/Titaniumtown/egui.git#2157dc2ce011767cb87350d47d601ab39f3a0a34"
dependencies = [
"ab_glyph",
"ahash",