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

11 lines
224 B
Nim

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