Releases: buchanae/ink
Releases · buchanae/ink
v0.0.2
v0.0.1
First attempt at building cross-platform releases using Github Actions. 🤞
Changes lately:
- Replaced
gfx.Meshable
withdd.Fillable
- Replaced
gfx.Strokeable
withdd.Strokeable
- Added
dd.Quad.Rotate
- Added
dd.Quad.Translate
- Added
dd.Rect.Grow
- Added
dd.Rect.Rotate
- Added
dd.Center
- Added
color.Interpolate
- Added
color.HSVToRGB
andcolor.RGBToHSV
- Other cleanup
Mostly thinking about the build + release process lately.