summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
blob: 675bcb6076e335c98dc6dba04c54783af6861696 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "iced_graphics"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"

[features]
canvas = ["lyon"]
font-source = ["font-kit"]
font-fallback = []
font-icons = []
opengl = []

[dependencies]
bytemuck = "1.2"
glam = "0.8"
raw-window-handle = "0.3"

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

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

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

[dependencies.font-kit]
version = "0.6"
optional = true