redvault-ai/frozen_llama/Cargo.toml
2024-09-05 22:33:13 +02:00

13 lines
242 B
TOML

[package]
name = "frozen_llama"
version = "0.1.0"
authors = [] # TODO
edition = "2023"
publish = false
[dependencies]
iced.workspace = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
iced.workspace = true
iced.features = ["webgl"]