richer test suite Updates imgui to have target ips and limits correctly. Initial IPS = 1000, plan to expose to user More tests for encode/decode of instructions Adding text to instruction parsing
11 lines
245 B
TOML
11 lines
245 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"] }
|