slint/internal/backends/testing
Simon Hausmann 7d136b6568 Remove the window parameter from the render() function of all the renderers
This makes for a slimmer API and instead we can create the renderer <-> window association
behind the scenes ourselves,
in set_component.
2023-07-25 17:28:08 +02:00
..
Cargo.toml Bump version number to 1.2.0 2023-07-25 10:44:53 +00:00
lib.rs Remove the window parameter from the render() function of all the renderers 2023-07-25 17:28:08 +02:00
README.md Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00

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.