13 lines
221 B
Nim
13 lines
221 B
Nim
# Package
|
|
|
|
version = "2023.1001"
|
|
author = "Daylin Morgan"
|
|
description = "hyprland utility"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
bin = @["hyprman"]
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 2.0.0"
|