1[package]
2name = "cursor-icon"
3version = "1.1.0"
4authors = ["Kirill Chibisov <contact@kchibisov.com>"]
5description = "Cross platform cursor icon type"
6repository = "https://github.com/rust-windowing/cursor-icon"
7keywords = ["windowing", "cursor"]
8license = "MIT OR Apache-2.0 OR Zlib"
9readme = "README.md"
10edition = "2021"
11categories = ["gui"]
12rust-version = "1.65.0"
13
14[dependencies]
15serde = { version = "1.0.162", default-features = false, features = ["derive"], optional = true }
16
17[features]
18default = ["std"]
19std = ["alloc"]
20alloc = []
21
22[dev-dependencies]
23wayland-client = "0.31.1"
24wayland-cursor = "0.31.0"
25