17 lines
335 B
TOML
17 lines
335 B
TOML
[package]
|
|
name = "iris-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[features]
|
|
layout-diagnostics = []
|
|
|
|
[dependencies]
|
|
wgpu = { workspace = true }
|
|
bytemuck ={ workspace = true }
|
|
image = { workspace = true }
|
|
parley = { workspace = true }
|
|
swash = { workspace = true }
|
|
fxhash = { workspace = true }
|
|
log = { workspace = true }
|