igd-geo / pasture

Rust library for point cloud processing
Apache License 2.0
69 stars 9 forks source link

Fix GPU feature & Use wgpu v0.11 #14

Closed nyorain closed 2 years ago

nyorain commented 2 years ago

Compiling the create with the gpu feature caused several errors.

With this we also build the gpu feature in CI to find future compile issues sooner. Running the gpu tests would be nice as well but isn't easily possible in CI I guess.

Not 100% certain about the implementation of the Vec4u8 matches but implementations were needed for compilation. The resolver = "2" bit is needed for wgpu >= v0.10.