diff --git a/Cargo.lock b/Cargo.lock index bd27a3f..047e4ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -698,7 +698,7 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "ecolor" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" +source = "git+https://github.com/titaniumtown/egui.git#63106bc9faab805197ba88820d6f11bc8c5c4657" dependencies = [ "bytemuck", "emath", @@ -708,7 +708,7 @@ dependencies = [ [[package]] name = "eframe" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" +source = "git+https://github.com/titaniumtown/egui.git#63106bc9faab805197ba88820d6f11bc8c5c4657" dependencies = [ "ahash", "bytemuck", @@ -741,7 +741,7 @@ dependencies = [ [[package]] name = "egui" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" +source = "git+https://github.com/titaniumtown/egui.git#63106bc9faab805197ba88820d6f11bc8c5c4657" dependencies = [ "accesskit", "ahash", @@ -759,7 +759,7 @@ dependencies = [ [[package]] name = "egui-winit" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" +source = "git+https://github.com/titaniumtown/egui.git#63106bc9faab805197ba88820d6f11bc8c5c4657" dependencies = [ "arboard", "bytemuck", @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "egui_glow" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" +source = "git+https://github.com/titaniumtown/egui.git#63106bc9faab805197ba88820d6f11bc8c5c4657" dependencies = [ "bytemuck", "egui", @@ -810,7 +810,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "emath" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" +source = "git+https://github.com/titaniumtown/egui.git#63106bc9faab805197ba88820d6f11bc8c5c4657" dependencies = [ "bytemuck", "serde", @@ -830,7 +830,7 @@ dependencies = [ [[package]] name = "epaint" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" +source = "git+https://github.com/titaniumtown/egui.git#63106bc9faab805197ba88820d6f11bc8c5c4657" dependencies = [ "ab_glyph", "ahash", diff --git a/build.rs b/build.rs index 442ab08..7c15ffc 100644 --- a/build.rs +++ b/build.rs @@ -8,8 +8,8 @@ use std::{ }; use epaint::{ - FontFamily, text::{FontData, FontDefinitions, FontTweak}, + FontFamily, }; use run_script::ScriptOptions; diff --git a/flake.nix b/flake.nix index aaa4e81..1353ad2 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ cargoLock = { lockFile = ./Cargo.lock; outputHashes = { - "ecolor-0.33.2" = "sha256-6ojmGGKH0CAZdyQx8nBIvvKXGIRoiB5Gxb9PNTzm0FY="; + "ecolor-0.33.2" = "sha256-jdQK55yKZptadwosrJXIhoQDGNeELQmPExWRsGc0VG0="; "egui_plot-0.34.0" = "sha256-CfqrpAnLNcB3StuZ9YSDTWih8OUVEa9SJi9RwS1i4ok="; }; };