Zig utility library
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add alias `gamedev.Tick` for `gamedev.tick.Tick`

IamPyu 335f84ba 200a11d9

+2
+2
src/gamedev/root.zig
··· 1 1 //! Game development 2 2 3 3 pub const tick = @import("./tick.zig"); 4 + 5 + pub const Tick = tick.Tick; 4 6 pub const ResourcePath = @import("./ResourcePath.zig"); 5 7 6 8 test {