iced/graphics/Cargo.toml
Héctor Ramón Jiménez 05af8d00d4 Draft new iced_graphics crate 🎉
2020-05-19 17:15:44 +02:00

23 lines
370 B
TOML

[package]
name = "iced_graphics"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
[features]
canvas = ["lyon"]
[dependencies]
bytemuck = "1.2"
[dependencies.iced_native]
version = "0.2"
path = "../native"
[dependencies.iced_style]
version = "0.1"
path = "../style"
[dependencies.lyon]
version = "0.15"
optional = true