-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
|
|
@ -1,8 +1,9 @@
|
|||
module ecs.vector;
|
||||
|
||||
import core.bitop;
|
||||
import core.stdc.stdlib : free, malloc;
|
||||
import core.stdc.string : memcpy, memset;
|
||||
//import core.stdc.stdlib : free, malloc;
|
||||
import ecs.std;
|
||||
//import core.stdc.string : memcpy, memset;
|
||||
//import std.algorithm : swap;
|
||||
import std.conv : emplace;
|
||||
import std.traits : hasMember, isCopyable, TemplateOf, Unqual;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue