Skip to content
Jacob Jensen edited this page May 22, 2016 · 5 revisions

You can use Diamond through dub.

Simply add this to your dub.json

"dependencies": {
    "diamond": "~>0.2.31"
}

You can replace "~>0.2.31" with whatever version you wish to use.

It's recommended to use the latest stable version of Diamond. Pre-releases are never stable versions.

The current latest stable version is: 0.2.31

For more information visit: https://code.dlang.org/packages/diamond

Clone this wiki locally