version 1.0.0
This commit is contained in:
parent
4606f73876
commit
cea82c1364
|
@ -175,8 +175,8 @@ let paint = Paint(
|
|||
vec2(100, 200)
|
||||
],
|
||||
gradientStops: @[
|
||||
ColorStop(color: rgba(255, 0, 0, 255).color, position: 0),
|
||||
ColorStop(color: rgba(255, 0, 0, 40).color, position: 1.0),
|
||||
ColorStop(color: rgba(255, 0, 0, 255), position: 0),
|
||||
ColorStop(color: rgba(255, 0, 0, 40), position: 1.0),
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version = "0.0.21"
|
||||
version = "1.0.0"
|
||||
author = "Andre von Houck and Ryan Oldenburg"
|
||||
description = "Full-featured 2d graphics library for Nim."
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue