feat(composition): added composition class

in order to get composition in a standardized way anywhere in the code we now have a composition class
This commit is contained in:
2025-03-24 12:58:30 -04:00
parent 4840b439df
commit 7c42201ddb
4 changed files with 368 additions and 36 deletions

View File

@@ -11,6 +11,7 @@ dependencies = [
probe_dep,
config_dep,
quill_dep,
species_weight_dep
]
# Define the libcomposition library so it can be linked against by other parts of the build system