update egui & co, and rip out catppuccin_egui (garbage)

This commit is contained in:
2026-06-28 17:30:43 +01:00
parent e8df86c250
commit 3cf1d708a8
7 changed files with 318 additions and 157 deletions
+2 -5
View File
@@ -8,14 +8,11 @@ description = "A toolset of convenient things for GTA V Online."
[dependencies]
anyhow = "1.0"
catppuccin-egui = { version = "5.6.0", default-features = false, features = [
"egui32",
] }
eframe = { version = "0.32.2", default-features = false, features = [
eframe = { version = "0.35", default-features = false, features = [
"glow",
"default_fonts",
] }
egui_extras = { version = "0.32.2", default-features = false, features = [
egui_extras = { version = "0.35", default-features = false, features = [
"image",
"svg",
] }