mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 20:51:29 +11:00
24 lines
567 B
TOML
24 lines
567 B
TOML
[package]
|
|
name = "winit-demo"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
wgpu = "0.14"
|
|
piet-wgsl = { path = "../../../piet-wgsl" }
|
|
piet-scene = { path = "../../../piet-scene" }
|
|
winit = "0.27.5"
|
|
pollster = "0.2.5"
|
|
# for picosvg
|
|
roxmltree = "0.13"
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
console_error_panic_hook = "0.1.7"
|
|
console_log = "0.2"
|
|
wasm-bindgen-futures = "0.4.33"
|
|
web-sys = "0.3.60"
|