Hey guys so i am making a Whatsapp Client via GPUI and this awesome lib so i am trying to render base64:png whatsapp qr but i get is a blank UI
So do i need to add any features in cargo toml to able to render image ?
My Cargo Toml
gpui = { git = "https://github.com/zed-industries/zed" }
gpui_platform = { git = "https://github.com/zed-industries/zed", features = ["font-kit", "wayland", "x11"] }
gpui-component = { git = "https://github.com/longbridge/gpui-component" }
gpui-component-assets = { git = "https://github.com/longbridge/gpui-component" }
Also i tried removing my parent background color still same no idea and i am new to Rust like 2 weeks now
thanks !
Hey guys so i am making a Whatsapp Client via GPUI and this awesome lib so i am trying to render base64:png whatsapp qr but i get is a blank UI
So do i need to add any features in cargo toml to able to render image ?
My Cargo Toml
Also i tried removing my parent background color still same no idea and i am new to Rust like 2 weeks now
thanks !