redvault-ai/frozen_llama/Cargo.toml

14 lines
242 B
TOML
Raw Normal View History

2024-09-05 22:33:13 +02:00
[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"]