A Very Simple X11 Window Manager
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.
 
 

15 lines
236 B

# Package
version = "0.1.0"
author = "Wesley Kerfoot"
description = "A Nimble Window Manager"
license = "MIT"
srcDir = "src"
bin = @["nimwin"]
# Dependencies
requires "nim >= 1"
requires "x11"