libs/core: initialize subproject from dev/template

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-01-22 15:35:18 -07:00 committed by Stephen Gutekanst
parent c6b8b979bc
commit 562b908c84
10 changed files with 357 additions and 0 deletions

View file

@ -8,6 +8,7 @@ const std = @import("std");
const projects = [_][]const u8{
".",
"basisu",
"core",
"earcut",
"ecs",
"freetype",