0.0.6 vmath bumpy
This commit is contained in:
parent
3515908613
commit
1fbb5c7a0f
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
author = "Andre von Houck and Ryan Oldenburg"
|
||||
description = "Full-featured 2d graphics library for Nim."
|
||||
license = "MIT"
|
||||
|
@ -6,9 +6,9 @@ license = "MIT"
|
|||
srcDir = "src"
|
||||
|
||||
requires "nim >= 1.2.6"
|
||||
requires "vmath >= 0.3.3"
|
||||
requires "vmath >= 0.4.0"
|
||||
requires "chroma >= 0.1.5"
|
||||
requires "zippy >= 0.3.5"
|
||||
requires "flatty >= 0.1.2"
|
||||
requires "nimsimd >= 0.4.6"
|
||||
requires "bumpy >= 0.1.0"
|
||||
requires "bumpy >= 0.2.0"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## Load and Save SVG files.
|
||||
|
||||
import chroma, pixie/images, pixie/common, pixie/paths, vmath, xmlparser, xmltree,
|
||||
strutils, strutils
|
||||
strutils, strutils, bumpy
|
||||
|
||||
const svgSignature* = "<?xml"
|
||||
|
||||
|
|
Loading…
Reference in a new issue