13 lines
252 B
TOML
13 lines
252 B
TOML
[package]
|
|
name = "gemmaegui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gemma = { path = "../gemma" }
|
|
egui.workspace = true
|
|
eframe.workspace = true
|
|
catppuccin-egui = { version = "5.3.0", default-features = false, features = [
|
|
"egui29",
|
|
] }
|