Skip to content

Commit

Permalink
Remove ply reader. Contains security flaw due depending on vulnerable…
Browse files Browse the repository at this point in the history
… linked-hash-map, not in use anyway.
  • Loading branch information
bourumir-wyngs committed Dec 5, 2024
1 parent c369dba commit 67c6212
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 173 deletions.
148 changes: 1 addition & 147 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.7.1"
version = "1.7.2"
autoexamples = true
edition = "2021"
authors = ["Bourumir Wyngs <bourumir.wyngs [at] gmail.com>"]
Expand Down Expand Up @@ -47,7 +47,7 @@ bevy_egui = { version = "0.24", optional = true }

[features]
default = ["allow_filesystem", "collisions", "visualization"]
allow_filesystem = ["yaml-rust2", "sxd-document", "regex", "clap", "ply-rs", "stl_io"]
allow_filesystem = ["yaml-rust2", "sxd-document", "regex", "clap", "stl_io"]
collisions = ["parry3d", "rayon"]
visualization = ["bevy", "bevy_egui", "collisions", "allow_filesystem"]

Expand Down
Loading

0 comments on commit 67c6212

Please sign in to comment.