[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"]