summaryrefslogblamecommitdiffstats
path: root/graphics/Cargo.toml
blob: a81807d67797f4029daf94fa76e179f91ebd7d54 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                            
            











                          
[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"
glam = "0.8"

[dependencies.iced_native]
version = "0.2"
path = "../native"

[dependencies.iced_style]
version = "0.1"
path = "../style"

[dependencies.lyon]
version = "0.15"
optional = true