2022-11-26 14:27:19 -05:00
|
|
|
[package]
|
2023-01-05 09:32:09 +00:00
|
|
|
name = "with_winit"
|
2022-12-08 12:43:09 -05:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
2022-11-27 16:02:16 +00:00
|
|
|
publish = false
|
2022-11-26 14:27:19 -05:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-28 00:03:02 -05:00
|
|
|
wgpu = "0.14"
|
2023-01-05 15:18:57 +00:00
|
|
|
vello = { path = "../../" }
|
2022-11-26 14:27:19 -05:00
|
|
|
winit = "0.27.5"
|
|
|
|
pollster = "0.2.5"
|
|
|
|
# for picosvg
|
|
|
|
roxmltree = "0.13"
|
2022-11-29 19:35:46 -08:00
|
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
|
|
console_error_panic_hook = "0.1.7"
|
|
|
|
console_log = "0.2"
|
|
|
|
wasm-bindgen-futures = "0.4.33"
|
2022-12-08 12:43:09 -05:00
|
|
|
web-sys = "0.3.60"
|