top | item 40264523

(no title)

danny0z | 1 year ago

xmake also support D and dub.

discuss

order

WhereIsTheTruth|1 year ago

The other great thing about D is you don't need anything like that

Example:

    dmd -i -Isrc/ src/main.d
and the compiler will automatically grab files you import, and when you need packages you can rely on dub, compiler is so fast that in most cases you don't need any form of caching, a full rebuild of my game takes less than 1sec