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
[package]
name = "kino-ui"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
authors.workspace = true
[dependencies]
dropbear-utils = { path = "../dropbear-utils" }
wgpu.workspace = true
parking_lot.workspace = true
glam.workspace = true
bytemuck.workspace = true
image.workspace = true
anyhow.workspace = true
log.workspace = true
winit.workspace = true
glyphon.workspace = true
serde = { workspace = true, optional = true}
typetag = { workspace = true, optional = true}
puffin = { workspace = true, optional = true}
[features]
ser = ["serde", "typetag"]
trace = ["puffin"]