Add VertexMap to attach data to vertices

This commit is contained in:
2026-05-06 20:28:00 +02:00
parent 6e9867a65e
commit f40c03b113
6 changed files with 168 additions and 54 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod algorithms;
pub mod maps;
pub mod models;
pub mod traits;