-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: edadma/libcairo
Releases · edadma/libcairo
libcairo 0.0.4
Scala Native bindings for the Cairo 2D graphics library.
Maven Central: "io.github.edadma" %%% "libcairo" % "0.0.4"
0.0.4
- Align the
freetype_facedependency to0.0.2, matchingfreetype0.0.4 — removes a version diamond for projects that depend on both.
0.0.3
- Image-surface pixel access:
Surface.getData,getStride, andflush, so a rendered Cairo image surface can be read back and blitted to a window (e.g. uploaded to an SDL streaming texture). - Move publishing to the Sonatype Central Portal; bump toolchain to sbt 1.12.11 / Scala 3.8.4.
Assets 2
libcairo 0.1.5
libcairo 0.1.5
Pre-release
Pre-release
- update library to Scala 3.2.1 Native 0.4.9
Assets 2
libcairo 0.1.4
libcairo 0.1.4
Pre-release
Pre-release
- allow other types of surfaces to extend
Surface
Assets 2
libcairo 0.1.3
libcairo 0.1.3
Pre-release
Pre-release
- add basic pattern functions
- add basic transformation functions
- corrections
Assets 2
libcairo 0.1.2
libcairo 0.1.2
Pre-release
Pre-release
- add many more functions
- add fourth Cairo tutorial example to README
Assets 2
libcairo 0.1.1
libcairo 0.1.1
Pre-release
Pre-release
- rename everything to camel case in accordance with Cairo language binding recommendations
- add more path functions and another translated Cairo tutorial example
Assets 2
libcairo 0.1.0
libcairo 0.1.0
Pre-release
Pre-release
v0.1.0 readme