Merge pull request from guzba/master

version 1.0.0
This commit is contained in:
treeform 2021-02-25 17:11:59 -08:00 committed by GitHub
commit 06515623fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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),
]
)

View file

@ -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"