Simple QR Code Rendering component for gpui
Description
This is a simple QR code rendering component for gpui. It allows you to easily render QR codes in your gpui applications. It has a gpui-styled-based API to customize the appearance of the QR code to your liking.
Example
Quick Start
Add via cargo add gpui-qrcode or manually to your Cargo.toml
[]
= "0.1.0"
For an example usage see the simple example.
Cargo Features
qrcode-support(enabled by default) brings support to directly convert the widget from a QRCode generated by the greatqrcode-crate.
