open-gpui 0.2.0

Open GPUI's GPU-accelerated UI framework forked from Zed GPUI.
Documentation
1
2
3
4
5
6
7
#[test]
fn derive_render_macro_compiles_against_open_gpui_facade() {
    use open_gpui_macros::Render;

    #[derive(Render)]
    struct _Element;
}