spell-framework 1.0.4

Make desktop widgets by the Mystic Arts of Spell
Documentation
1
2
3
4
5
6
7
8
9
10
11
This macro is responsible for generating Spell compatible types from Slint compatible
types.

This macro takes in one or more Slint windows. Thus, it is important to place
this macro alongside slint's `include_modules` macro.

Example code snippet.

```rust
spell_framework::generate_widgets[AppWindow, BarWindow];
```