mirror of
https://github.com/catppuccin/nim.git
synced 2024-12-21 18:40:44 -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]
|
||||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
author = "Daylin Morgan"
|
||||
description = "Soothing pastel theme for nim"
|
||||
license = "MIT"
|
||||
|
@ -10,7 +10,7 @@ srcDir = "src"
|
|||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 1.6.12"
|
||||
requires "nim >= 1.4"
|
||||
|
||||
task gen, "generate src/catppuccin/palette.nim":
|
||||
let paletteJson = "./tools/palette-porcelain.json"
|
||||
|
|
Loading…
Reference in a new issue