commit
56365f3c29
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
author = "Andre von Houck and Ryan Oldenburg"
|
author = "Andre von Houck and Ryan Oldenburg"
|
||||||
description = "Full-featured 2d graphics library for Nim."
|
description = "Full-featured 2d graphics library for Nim."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -9,6 +9,6 @@ requires "nim >= 1.2.6"
|
||||||
requires "vmath >= 0.4.0"
|
requires "vmath >= 0.4.0"
|
||||||
requires "chroma >= 0.2.1"
|
requires "chroma >= 0.2.1"
|
||||||
requires "zippy >= 0.3.5"
|
requires "zippy >= 0.3.5"
|
||||||
requires "flatty >= 0.1.2"
|
requires "flatty >= 0.1.3"
|
||||||
requires "nimsimd >= 0.4.6"
|
requires "nimsimd >= 0.4.6"
|
||||||
requires "bumpy >= 0.2.0"
|
requires "bumpy >= 0.2.0"
|
||||||
|
|
Loading…
Reference in a new issue