mirror of
https://github.com/catppuccin/nim.git
synced 2024-11-09 19:33:15 -06:00
chore: bump version/support older nim versions
This commit is contained in:
parent
b39ca2f7f5
commit
74f1e87217
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import std/[os,strformat]
|
import std/[os,strformat]
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
author = "Daylin Morgan"
|
author = "Daylin Morgan"
|
||||||
description = "Soothing pastel theme for nim"
|
description = "Soothing pastel theme for nim"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -10,7 +10,7 @@ srcDir = "src"
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires "nim >= 1.6.12"
|
requires "nim >= 1.4"
|
||||||
|
|
||||||
task gen, "generate src/catppuccin/palette.nim":
|
task gen, "generate src/catppuccin/palette.nim":
|
||||||
let paletteJson = "./tools/palette-porcelain.json"
|
let paletteJson = "./tools/palette-porcelain.json"
|
||||||
|
|
Loading…
Reference in a new issue