Skip to content

Commit 503f004

Browse files
committed
refactor: use simple point reader from e57 library
1 parent d62133b commit 503f004

3 files changed

Lines changed: 92 additions & 96 deletions

File tree

Cargo.lock

Lines changed: 72 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "e57-python"
3-
version = "0.1.0-a2"
3+
version = "0.1.0-a3"
44
edition = "2021"
55

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

1111
[dependencies]
12-
pyo3 = "0.19.1"
13-
e57 = "0.5.1"
14-
numpy = "0.19.0"
12+
pyo3 = "0.20.0"
13+
e57 = "0.10.2"
14+
numpy = "0.20.0"
1515
ndarray = "0.15.6"

0 commit comments

Comments
 (0)