Skip to content

Commit 371ff39

Browse files
committed
Delete unbuildable examples
1 parent 953a05d commit 371ff39

File tree

4 files changed

+1
-359
lines changed

4 files changed

+1
-359
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,3 @@ glam = ">=0.18,<=0.30"
3131
half = { version = "2.2.1", features = ["bytemuck"] }
3232
log = "0.4"
3333
thiserror = "1"
34-
35-
[dev-dependencies]
36-
bevy = { version = "0.11", default-features = false, features = ["bevy_pbr"] }
37-
bevy-aabb-instancing = "0.10"
38-
bevy_egui = "0.22"
39-
smooth-bevy-cameras = "0.9"

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ Implementation of features however is use-case limited, so contributions in area
3737

3838
# Broken files
3939

40-
These are test files from the OpenVDB website; <https://www.openvdb.org/download/>. Most file seem to be loading correctly
41-
and displaying correctly in the `bevy` example that's provided with this library.
40+
These are test files from the OpenVDB website; <https://www.openvdb.org/download/>.
4241

4342
The only failing files are the ones containing a "points" grid.
4443
They all fail on `ParseError::InvalidNodeMetadata` which seem to be related to the lack of Multi-Pass I/O, though most need to be investigated.

examples/bevy.rs

Lines changed: 0 additions & 94 deletions
This file was deleted.

examples/slicer.rs

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)