more flag tests passing removes legacy code moves 'gemmaemu' into 'gemma' crate moves 'gemmaimgui' into its own crate update to gemma
10 lines
144 B
TOML
10 lines
144 B
TOML
[package]
|
|
name = "gemmaegui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gemma = { path = "../gemma" }
|
|
egui = "0.29.1"
|
|
eframe = "0.29.1"
|