mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 04:18:14 +00:00
For hide() we don't really need Rc<Self>, and for show() we had Rc<Self> because for example for winit we need a Weak<Self> for the thread-local mapping of window id to window. However that can be encapsulated in the PlatformWindow impl using Rc::new_cyclic, there's no need to expose this in the trait. |
||
|---|---|---|
| .. | ||
| 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.