A game of minesweeper, using Raylib and Nim
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
511 B

# Package
version = "0.11.0"
author = "Wesley Kerfoot"
description = "Turn Your Tweets Into Blog Posts"
license = "MIT"
srcDir = "src"
installExt = @["nim"]
bin = @["game"]
# Dependencies
requires "nim >= 1.0"
requires "https://github.com/GULPF/timezones"
requires "https://github.com/cheatfate/nimcrypto"
task bookmark, "Builds the minified bookmarklet":
"echo -n 'javascript:' > ./bookmarklet.min.js".exec
"uglifyjs bookmarklet.js >> ./bookmarklet.min.js".exec