blob: bd415c6bb05fad1b056bd87d1658a244b4efc6a6 [file]
[package]
name = "vello_example_scenes"
description = "Vello Example Scenes."
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[lints]
workspace = true
[features]
default = []
cpu = ["dep:vello_cpu"]
[dependencies]
bytemuck = { workspace = true, features = [] }
smallvec = { workspace = true }
glifo = { workspace = true }
skrifa = { workspace = true }
vello_hybrid = { workspace = true }
vello_common = { workspace = true, features = ["pico_svg", "png"] }
image = { workspace = true, features = ["jpeg"] }
vello_cpu = { workspace = true, optional = true }
console_error_panic_hook = { workspace = true }
console_log = { workspace = true }
log = { workspace = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]
parley = { version = "0.9.0", default-features = false, features = ["std"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
parley = { version = "0.9.0", default-features = true }