Warning, /sdk/rust-qt-binding-generator/ChangeLog is written in an unsupported language. File is not indexed.

0001 0.3.6 (2021-04-04)
0002  - Add "extern" keyword to extern functions to make them FFI-safe.
0003 0.3.5 (2020-01-12)
0004  - Add project template with .ui file.
0005  - Update dependencies.
0006  - Omit parentheses from generated 'as (*const c_char) statements.
0007  - Do not warn about unused units.
0008  - Fix undefined reference when linking with Cargo.
0009  - Bugfix: write .into() for Option<> return types.
0010 0.3.4 (2019-02-25)
0011  - Allow explicit adding of include directories and libraries to link
0012 0.3.3 (2019-02-24)
0013  - Make it possible to specify C++ header files via mod build
0014 0.3.2 (2019-02-13)
0015  - Add placeholder for variable name in generated code.
0016 0.3.1 (2019-02-08)
0017  - Fix bug where Cargo.toml could not be found.
0018 0.3.0 (2019-01-21)
0019  - Add function to Build to choose Qt modules to link to
0020 0.2.2 (2018-12-10)
0021  - Fix build with rust <= 1.30
0022 0.2.1 (2018-12-10)
0023  - Fix generated code for use with Rust edition 2018 (Owen Nelson, bug 401913)
0024  - Fix building with MSVC (bug 400716)
0025 0.2.0 (2018-10-29)
0026  - Fix building with Cargo on Windows with MSVC (bug 400393)
0027  - Change generated API to avoid concurrent mutable and immutable references
0028  via callbacks into C++
0029 0.1.0 (2018-10-10)
0030  - Port to Rust
0031  - Publish as crate
0032  - Add tools to build