petaplot-render 0.1.0

Low-level wgpu rendering pipelines and camera transformation engine for PetaPlot.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "petaplot-render"

description = "Low-level wgpu rendering pipelines and camera transformation engine for PetaPlot."

version.workspace = true

edition.workspace = true

authors.workspace = true

license.workspace = true

repository.workspace = true

homepage.workspace = true



[dependencies]

petaplot-core = { workspace = true }

wgpu = { workspace = true }

bytemuck = { workspace = true }

thiserror = { workspace = true }

tracing = { workspace = true }

pollster = { workspace = true }