qmlrs v0.1.1 Release Notes

Release Date: 2016-03-09 // about 8 years ago
  • ๐Ÿš€ This release was brought to you thanks to @Kroisse and the excellent internet connection in the Tลkaidล Shinkansen line.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fixed #39: increased required pkg-config version to 0.3.8 to include a fix for a MacOSX Compile Error

Previous changes from v0.1.0

  • โž• Added

    • โž• Added a C++ wrapper around common QML-related features of Qt5, but not everything is already exposed to Rust code.
    • Rust code can:
      • load QML code from files and strings.
      • execute QML code via QQmlApplicationEngine.
      • expose methods of Rust structs to QML code as context properties.
    • ๐Ÿ‘Œ Supported QVariant types that get converted automatically to Rust equivalents: Int64, Bool, String
    • ๐ŸŽ Now compiles cleanly on Linux, MacOS X, Windows & FreeBSD.

    This uses Keep a CHANGELOG as a template.