IceSentry / bevy_mod_edge_detection

Apache License 2.0
20 stars 6 forks source link

Release Bevy 0.13 version to crates.io #4

Open Algorhythm-sxv opened 4 months ago

Algorhythm-sxv commented 4 months ago

The crates.io version of this crate was published in March 2023, now that Bevy 0.13 is released and this crate has been updated to match, a new version should be published so that Bevy 0.13 users can use a specific version from crates.io, rather than relying on a git dependency.

Trying to add the current crates.io version 0.1.0 to Cargo.toml results in a build error due to conflicting versions of the bevy crates.

IceSentry commented 4 months ago

Sorry, I didn't know anyone actually used this as a crate. I mostly made it as a reference. I'll try to publish it tomorrow.

Algorhythm-sxv commented 4 months ago

It's a pretty cool crate. I am making a toy CAD program in Bevy, and the built-in wireframe renderer outlines every triangle, whereas I was looking for outlines of all the polygonal flat faces, which this crates does perfectly!

I imagine down the line I will have to pivot into polygon-based rather than triangle-based geometry if I actually want to get CAD manipulations working but in the meantime I was happy to find this crate.