Skip to content

Commit

Permalink
Use copc-rs reader in viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 10, 2022
1 parent de09006 commit a7feb8a
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 65 deletions.
71 changes: 35 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
trace_tracy = ["bevy/trace_tracy"]

[dependencies]
bevy = { version = "0.7.0-dev", git = "https://github.com/bevyengine/bevy", branch = "main" }
las = { version = "0.7.4", features = ["laz"] }
bevy = { version = "0.7.0-dev", git = "https://github.com/bevyengine/bevy", rev = "6f16580b8" }
copc-rs = { path = ".." }
bytemuck = "1.9.1"
Loading

0 comments on commit a7feb8a

Please sign in to comment.