Skip to content

Commit

Permalink
probing ply-rs-bw 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bourumir-wyngs committed Dec 19, 2024
1 parent 4866c78 commit 7f84dfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs-opw-kinematics"
version = "1.8.1"
version = "1.8.2"
autoexamples = true
edition = "2021"
authors = ["Bourumir Wyngs <bourumir.wyngs [at] gmail.com>"]
Expand Down Expand Up @@ -36,7 +36,7 @@ parry3d = { version = "0.17", optional = true }
rayon = { version = "1.10", optional = true }

# For loading meshes, needed for collision and visualization
ply-rs-bw = { version = "1.0", optional = true } # patched ply-rs
ply-rs-bw = { version = "2.0", optional = true } # patched ply-rs
stl_io = { version = "0.8", optional = true }

# Needed for visualization. Only relevant packages are included.
Expand Down

0 comments on commit 7f84dfd

Please sign in to comment.