obj: add object graph relations implementation using MPSC queue
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
78bc07c69b
commit
ae863c2431
2 changed files with 655 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ test {
|
|||
_ = testing;
|
||||
_ = time;
|
||||
_ = @import("mpsc.zig");
|
||||
_ = @import("graph.zig");
|
||||
std.testing.refAllDeclsRecursive(gamemode);
|
||||
std.testing.refAllDeclsRecursive(math);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue