mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
![]() Note: the addition of MinimalSoftwareWindow::set_size is there because it would be a breaking change for user who called set_size on the MinimalSoftwareWindow while also using the WindowAdapter trait. This was the case of a test. The same problem theorically exist with set_position and position, but is unlikely to be a problem because i don't think people would use the position with a MinimalSoftwareWindow The renderer() is now public as well. That's because I want to make sure that the scealed trait don't have non-provided method |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs | ||
README.md |
NOTE: This library is an internal crate of the Slint project.
This crate should not be used directly by applications using Slint.
You should use the slint
crate instead.
WARNING: This crate does not follow the semver convention for versioning and can
only be used with version = "=x.y.z"
in Cargo.toml.