From 1fbb5c7a0ffaf45b78b46aaa203f8905c33c6f2e Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Thu, 10 Dec 2020 19:52:10 -0600 Subject: [PATCH] 0.0.6 vmath bumpy --- pixie.nimble | 6 +++--- src/pixie/fileformats/svg.nim | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixie.nimble b/pixie.nimble index 59bfd3d..12a8466 100644 --- a/pixie.nimble +++ b/pixie.nimble @@ -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" diff --git a/src/pixie/fileformats/svg.nim b/src/pixie/fileformats/svg.nim index f8d5d86..5e72284 100644 --- a/src/pixie/fileformats/svg.nim +++ b/src/pixie/fileformats/svg.nim @@ -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* = "