examples: add some TODOs
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a7a6ecdd45
commit
883a9a7807
8 changed files with 11 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// TODO(important): docs
|
||||
// TODO(important): review all code in this file in-depth
|
||||
const std = @import("std");
|
||||
|
||||
const mach = @import("mach");
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// TODO(important): review all code in this file in-depth
|
||||
const std = @import("std");
|
||||
const mach = @import("mach");
|
||||
const core = mach.core;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// TODO(important): review all code in this file in-depth
|
||||
const mach = @import("mach");
|
||||
const gpu = mach.gpu;
|
||||
const ecs = mach.ecs;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// TODO(important): review all code in this file in-depth
|
||||
|
||||
// Experimental ECS app example. Not yet ready for actual use.
|
||||
const mach = @import("mach");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// TODO(important): review all code in this file in-depth
|
||||
const std = @import("std");
|
||||
const zigimg = @import("zigimg");
|
||||
const assets = @import("assets");
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// TODO(important): review all code in this file in-depth
|
||||
|
||||
// Experimental ECS app example. Not yet ready for actual use.
|
||||
const mach = @import("mach");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// TODO(important): review all code in this file in-depth
|
||||
const std = @import("std");
|
||||
const zigimg = @import("zigimg");
|
||||
const assets = @import("assets");
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// TODO(important): review all code in this file in-depth
|
||||
|
||||
// Experimental ECS app example. Not yet ready for actual use.
|
||||
const mach = @import("mach");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue