version 1.0.0

This commit is contained in:
Ryan Oldenburg 2021-02-25 19:05:29 -06:00
parent 4606f73876
commit cea82c1364
2 changed files with 3 additions and 3 deletions

View file

@ -175,8 +175,8 @@ let paint = Paint(
vec2(100, 200) vec2(100, 200)
], ],
gradientStops: @[ gradientStops: @[
ColorStop(color: rgba(255, 0, 0, 255).color, position: 0), ColorStop(color: rgba(255, 0, 0, 255), position: 0),
ColorStop(color: rgba(255, 0, 0, 40).color, position: 1.0), ColorStop(color: rgba(255, 0, 0, 40), position: 1.0),
] ]
) )

View file

@ -1,4 +1,4 @@
version = "0.0.21" version = "1.0.0"
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"