slint/internal/compiler/generator
Olivier Goffart 0dc188f328 Support for referring to other globals from globals
- We need to make sure that the initialization of global is in the right order.
 - In C++ and rust, we need to add accessor to the global component
 - There can be `PropertyReference::Global` in binding of globals
 - The interpreter globals need to hold references to the global they may depend on

Fixes #175
2022-02-28 10:14:34 +01:00
..
cpp.rs Support for referring to other globals from globals 2022-02-28 10:14:34 +01:00
rust.rs Support for referring to other globals from globals 2022-02-28 10:14:34 +01:00