update egui patch

This commit is contained in:
2025-12-03 16:07:47 -05:00
parent fabfc6de31
commit 4a4bce90d0
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View File

@@ -698,7 +698,7 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
[[package]]
name = "ecolor"
version = "0.33.2"
source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901"
source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023"
dependencies = [
"bytemuck",
"emath",
@@ -708,7 +708,7 @@ dependencies = [
[[package]]
name = "eframe"
version = "0.33.2"
source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901"
source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023"
dependencies = [
"ahash",
"bytemuck",
@@ -741,7 +741,7 @@ dependencies = [
[[package]]
name = "egui"
version = "0.33.2"
source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901"
source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023"
dependencies = [
"accesskit",
"ahash",
@@ -759,7 +759,7 @@ dependencies = [
[[package]]
name = "egui-winit"
version = "0.33.2"
source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901"
source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023"
dependencies = [
"arboard",
"bytemuck",
@@ -779,7 +779,7 @@ dependencies = [
[[package]]
name = "egui_glow"
version = "0.33.2"
source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901"
source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023"
dependencies = [
"bytemuck",
"egui",
@@ -810,7 +810,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "emath"
version = "0.33.2"
source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901"
source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023"
dependencies = [
"bytemuck",
"serde",
@@ -830,7 +830,7 @@ dependencies = [
[[package]]
name = "epaint"
version = "0.33.2"
source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901"
source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023"
dependencies = [
"ab_glyph",
"ahash",