[package]
edition = "2024"
name = "ferrishot_iced_debug"
version = "0.14.1"
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pluggable API for debugging iced applications"
homepage = "https://iced.rs"
readme = false
keywords = [
"gui",
"ui",
"graphics",
"interface",
"widgets",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/iced-rs/iced"
[features]
enable = ["dep:ferrishot_iced_beacon"]
[lib]
name = "ferrishot_iced_debug"
path = "src/lib.rs"
[dependencies.ferrishot_iced_core]
version = "0.14.1"
[dependencies.log]
version = "0.4"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ferrishot_iced_beacon]
version = "0.14.1"
optional = true