Skip to content

Commit

Permalink
refactor: use simple point reader from e57 library
Browse files Browse the repository at this point in the history
  • Loading branch information
dancergraham committed Nov 18, 2023
1 parent d62133b commit 503f004
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 96 deletions.
137 changes: 72 additions & 65 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "e57-python"
version = "0.1.0-a2"
version = "0.1.0-a3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -9,7 +9,7 @@ name = "e57"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.19.1"
e57 = "0.5.1"
numpy = "0.19.0"
pyo3 = "0.20.0"
e57 = "0.10.2"
numpy = "0.20.0"
ndarray = "0.15.6"
Loading

0 comments on commit 503f004

Please sign in to comment.