Skip to content

Commit 8d37847

Browse files
authored
Merge pull request #33 from guzba/master
0.0.6 vmath bumpy
2 parents 3515908 + 1fbb5c7 commit 8d37847

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pixie.nimble

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
version = "0.0.5"
1+
version = "0.0.6"
22
author = "Andre von Houck and Ryan Oldenburg"
33
description = "Full-featured 2d graphics library for Nim."
44
license = "MIT"
55

66
srcDir = "src"
77

88
requires "nim >= 1.2.6"
9-
requires "vmath >= 0.3.3"
9+
requires "vmath >= 0.4.0"
1010
requires "chroma >= 0.1.5"
1111
requires "zippy >= 0.3.5"
1212
requires "flatty >= 0.1.2"
1313
requires "nimsimd >= 0.4.6"
14-
requires "bumpy >= 0.1.0"
14+
requires "bumpy >= 0.2.0"

src/pixie/fileformats/svg.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Load and Save SVG files.
22

33
import chroma, pixie/images, pixie/common, pixie/paths, vmath, xmlparser, xmltree,
4-
strutils, strutils
4+
strutils, strutils, bumpy
55

66
const svgSignature* = "<?xml"
77

0 commit comments

Comments
 (0)