Skip to content

Commit

Permalink
rm pyo3 - for now
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Oct 27, 2024
1 parent 5e8d2c0 commit 9edd4e1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 556 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ members = [
"crates/sophus",
"crates/sophus_core",
"crates/sophus_lie",
"crates/sophus_pyo3",
"crates/sophus_image",
"crates/sophus_sensor",
"crates/sophus_opt",
Expand All @@ -29,7 +28,6 @@ sophus_core = {path = "crates/sophus_core", version = "0.10.0"}
sophus_image = {path = "crates/sophus_image", version = "0.10.0"}
sophus_lie = {path = "crates/sophus_lie", version = "0.10.0"}
sophus_opt = {path = "crates/sophus_opt", version = "0.10.0"}
sophus_pyo3 = {path = "crates/sophus_pyo3", version = "0.10.0"}
sophus_sensor = {path = "crates/sophus_sensor", version = "0.10.0"}

approx = "0.5"
Expand Down
4 changes: 0 additions & 4 deletions crates/sophus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ sophus_core.workspace = true
sophus_image.workspace = true
sophus_lie.workspace = true
sophus_opt.workspace = true
sophus_pyo3.workspace = true
sophus_sensor.workspace = true

nalgebra.workspace = true
ndarray.workspace = true

[features]
pyo3 = [
"sophus_pyo3/pyo3",
]
simd = [
"sophus_core/simd",
"sophus_image/simd",
Expand Down
32 changes: 0 additions & 32 deletions crates/sophus_pyo3/Cargo.toml

This file was deleted.

7 changes: 0 additions & 7 deletions crates/sophus_pyo3/pyproject.toml

This file was deleted.

31 changes: 0 additions & 31 deletions crates/sophus_pyo3/src/lib.rs

This file was deleted.

4 changes: 0 additions & 4 deletions crates/sophus_pyo3/src/pyo3.rs

This file was deleted.

53 changes: 0 additions & 53 deletions crates/sophus_pyo3/src/pyo3/errors.rs

This file was deleted.

Loading

0 comments on commit 9edd4e1

Please sign in to comment.