add next pointer chain infrastructure

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-06-15 13:25:38 +02:00
parent 5ce78dace9
commit 581cbbb9ef
2 changed files with 45 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ pub mod render;
pub mod resources;
pub mod session;
pub mod types;
pub mod next_chain;
pub fn add_xr_plugins<G: PluginGroup>(plugins: G) -> PluginGroupBuilder {
plugins