summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/projects/nimble/binary/binary.nimble
blob: 0cefc9ee70ddb8903673db0dce445b04bfe158f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Package

backend       = "%{ProjectBackend}"
version       = "%{ProjectVersion}"
author        = "%{ProjectAuthor}"
description   = "%{ProjectDescription}"
license       = "%{ProjectLicense}"
srcDir        = "src"
bin           = @["%{ProjectName}"]


# Dependencies

requires "nim >= %{ProjectNimVersion}"