We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382f3f7 commit de230f6Copy full SHA for de230f6
2 files changed
bindings/bindings.nim
@@ -294,7 +294,7 @@ exportRefObject Context:
294
exportProcs:
295
decodeBase64
296
decodeImage
297
- decodeImageDimensions
+ decodeImageDimensions(string)
298
readImage
299
readImageDimensions
300
readTypeface
pixie.nimble
@@ -1,4 +1,4 @@
1
-version = "6.0.0"
+version = "6.1.0"
2
author = "Andre von Houck and Ryan Oldenburg"
3
description = "Full-featured 2d graphics library for Nim."
4
license = "MIT"
0 commit comments