comptime topological sort of dependencies

This commit is contained in:
David Allemang
2024-07-15 15:38:57 -04:00
parent 0efc931006
commit 8c3e65fced
5 changed files with 96 additions and 115 deletions

View File

@@ -22,8 +22,8 @@ pub const nu_options: nu.Options = .{
// component of the larger structure.
pub const nu_driver = nu.Window;
pub const nu_present = nu.Render;
pub const nu_modules = .{
nu.Render,
nu.ImGui,
App,
};