13 lines
264 B
Nim
13 lines
264 B
Nim
# 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"
|
|
bin = @["screenshot"]
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.6.6"
|