14 lines
242 B
TOML
14 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"]
|