[package] name = "sciviz" version = "0.1.0" authors = ["Jonathan Kelley "] edition = "2018" description = "High-performance plotting" keywords = ["plot", "chart", "science", "wgpu"] license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] arrow = "3.0.0" # wgpu = { git = "https://github.com/gfx-rs/wgpu-rs" } winit = "0.24.0" image = "0.23" shaderc = "0.7" cgmath = "0.18" env_logger = "0.8.3" log = "0.4" futures = "0.3" pollster = "0.2.3" bytemuck = { version = "1.5.1", features = ["derive"] } async-executor = "1.0" anyhow = "1.0.40" thiserror = "1.0.24" stretch = "0.3.2" ndarray = "0.15.1" bevy = "0.5.0"