Skip to content
Jacob Jensen edited this page Oct 13, 2017 · 5 revisions

You can use Diamond through dub.

Simply add this to your dub.json

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

You can replace "~>0.3.0" 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.3.0

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

Clone this wiki locally