nimqml/examples/simpledata/simpledata.nimble
2016-03-22 23:06:31 +01:00

11 lines
224 B
Nim

[Package]
bin = "main"
name = "simpledata"
version = "0.1.0"
author = "Filippo Cucchetto"
description = "simpledata"
license = "MIT"
[Deps]
Requires: "nim >= 0.12.1, nimqml >= 0.5.0"