prep for trait code

This commit is contained in:
2024-12-04 10:41:08 -05:00
parent cddbe0c46e
commit 494a73eb89
10 changed files with 474 additions and 201 deletions
+3 -1
View File
@@ -7,4 +7,6 @@ edition = "2021"
gemma = { path = "../gemma" }
egui.workspace = true
eframe.workspace = true
catppuccin-egui = { version = "5.3.0", default-features = false, features = ["egui29"] }
catppuccin-egui = { version = "5.3.0", default-features = false, features = [
"egui29",
] }