16 lines
356 B
TOML
16 lines
356 B
TOML
[package]
|
|
name = "tour"
|
|
version = "0.1.0"
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
iced.workspace = true
|
|
iced.features = ["image", "debug"]
|
|
|
|
tracing-subscriber = "0.3"
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
iced.workspace = true
|
|
iced.features = ["image", "debug", "webgl"]
|