iced_core 0.7.0

The essential concepts of Iced
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bitflags]
version = "1.2"

[dependencies.palette]
optional = true
version = "0.6"

[package]
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
description = "The essential concepts of Iced"
edition = "2021"
license = "MIT"
name = "iced_core"
readme = "README.md"
repository = "https://github.com/iced-rs/iced"
version = "0.7.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.instant]
version = "0.1"