Tags: alsa-project/hitaki-rs
Tags
Version 0.6.0 release This new release provides crates regenerated using gir version 0.19, which changes the dependency on glib crates to version 0.19. The underlying library, libhitaki, remains at version 0.2. The compressed package archive for this release is available, along with signature from the author, at this URL: https://github.com/alsa-project/hitaki-rs/releases/tag/v0.6.0
Version 0.3.0 release This is the new version of hitaki-sys and hitaki crates since the new version of libhitaki is out. * https://github.com/alsa-project/libhitaki/releases/tag/v0.2.0 The library newly gets Hitaki.TimestampedQuadletNotification interface and Hitaki.SndFireface object class to handle knob control event from RME Fireface 400. The new crates allow applciations to operate the event.
Version 0.2.0 release This is minor release of hitaki and hitaki-sys crates. They are first version of them depending on glib crate v0.15, thus it got tons of changes internally. For public API, some trait methods are renamed following to fasion of the glib crate. Documentation is added by importing from gir file of hitaki library v0.1.1. The hitaki::prelude module is added as a way to access to all of traits and their implementations, while modules with the traits and implementations becomes private.
Version 0.1.0 release The initial release includes hitaki and hitaki-sys crates generated for libhitaki v0.1.0 release: * https://github.com/alsa-project/libhitaki/releases/tag/v0.1.0 They are generated by gir tool developed by gtk-rs project. These crates are based on glib crate v0.10.