l-system generator in Nim / Raylib
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.

13 lines
230 B

# Package
version = "0.1.0"
author = "Wesley Kerfoot"
description = "A new awesome nimble package"
license = "MIT"
srcDir = "src"
bin = @["lsystem"]
# Dependencies
requires "nim >= 1.4.8"