commit
06515623fe
2 changed files with 3 additions and 3 deletions
|
@ -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),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue