mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 04:19:37 +00:00
![]() In Rust, register_component in the run-time library is called unconditionally and
invokes init(). The window adapter is an optional
parameter.
In C++, we'd call register_component only if we had a window adapter, which meant
that we're missing init calls().
Amends
|
||
---|---|---|
.. | ||
cpp.rs | ||
rust.rs |