-remove '-defaultlib' from dub.json
-start working with WebAssembly -modified .gitignore -added meson build file (WIP)
This commit is contained in:
parent
7fa41f7671
commit
015783bf5c
9 changed files with 145 additions and 17 deletions
|
|
@ -8,8 +8,8 @@ import std.conv : to;
|
|||
import std.traits;
|
||||
|
||||
import core.atomic;
|
||||
import core.stdc.stdlib : qsort;
|
||||
import core.stdc.string;
|
||||
//import core.stdc.stdlib : qsort;
|
||||
//import core.stdc.string;
|
||||
|
||||
import ecs.system;//not ordered as forward reference bug workaround
|
||||
import ecs.block_allocator;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue