blackjack_helper_qt/Blk_Jack.nimble

14 lines
262 B
Text
Raw Normal View History

# Package
version = "0.69"
author = "Prince"
description = "a BlackJack helper made with qml written in nim"
license = "GPL-3.0"
srcDir = "src"
bin = @["Blk_Jack"]
# Dependencies
requires "nim >= 1.2.0, nimqml >= 0.9.0"