Refactorisation de la gestion des pipelines

This commit is contained in:
Florian RICHER 2024-12-11 20:16:38 +01:00
parent f65f45fc9a
commit 1169c76b41
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
5 changed files with 155 additions and 143 deletions

View file

@ -0,0 +1,2 @@
mod triangle_pipeline;
pub use triangle_pipeline::create_triangle_pipeline;