wmtools/screenshurrt/screenshurrt.nimble

14 lines
266 B
Plaintext
Raw Normal View History

# Package
version = "0.1.0"
author = "Paul Wilde"
description = "A screenshot client, works on both X11 and Wayland"
license = "GPL-3.0-or-later"
srcDir = "src"
2022-07-17 20:29:47 +02:00
bin = @["screenshurrt"]
# Dependencies
requires "nim >= 1.6.6"