Initial NIM stub (nimble file, gitignore.

This commit is contained in:
Jonathan Bernard 2025-02-20 22:24:37 -06:00
parent bdd6c03129
commit c3a5b5f87f
2 changed files with 15 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,3 +1,2 @@
*.sw?
.gradle/
build/
/wdiwtlt

14
wdiwtlt.nimble Normal file
View File

@ -0,0 +1,14 @@
# Package
version = "0.2.0"
author = "Jonathan Bernard"
description = "What Do I Want To Listen To (WDIWTLT) - CLI media player."
license = "GPL-3.0-or-later"
srcDir = "src/main/nim"
bin = @["wdiwtlt"]
# Dependencies
requires "nim >= 2.2.0"
requires @["mpv", "nimterop"]