setzer22 / blackjack

A procedural, node-based modelling tool, made in rust 🦀
Mozilla Public License 2.0
1.42k stars 64 forks source link

Feature/sync #83

Closed DamenH closed 1 year ago

DamenH commented 1 year ago

Addresses #80, allowing a feature flag to be used to conditionally compile HalfEdgeMesh to be Send + Sync when the sync feature is enabled.