refactor(network): updated network and network::approx8 to use composition module

This is a very basic wrapper implimentation currently. This is sufficient to lock the interface down so that other code can target it. However, internally there is just a "convert" function. Eventually we should rework the code itself to use the composition module more directly.
This commit is contained in:
2025-06-17 09:43:43 -04:00
parent 36a3f832f7
commit 6d517d937e
4 changed files with 6 additions and 8 deletions

View File

@@ -29,4 +29,4 @@ composition_dep = declare_dependency(
)
# Make headers accessible
install_headers(composition_headers, subdir : '4DSSE/composition')
install_headers(composition_headers, subdir : 'SERiF/composition')