0.7.1
The GIT_TAG
for this release is 0.7.1
, (and not v0.7.1
).
We will no longer use the v
prefix for cxx-qt-cmake releases going forward.
We have chosen to make this change for two reasons:
- It's now consistent with version declarations in Cargo, which don't use the
v
prefix - As the name is now consistent with our
0.7
branch name, you can use GIT_TAG0.7
to simply follow the latest patch release, similar to specifying "0.7" in Cargo.toml.
Added
- Allow creating a
QImage
from animage::RgbaImage
.
Fixed
- Prevent clippy from tripping lint
- Build warnings due to unused unsafe blocks since CXX 1.0.130
- On non-Unix platforms, use deep copying rather than symlinking
- cxx-qt-cmake: Fix build errors with rustup 1.28.0 by bumping Corrosion