iced/examples/qr_code
Jedsek ccd02c525b
Update main.rs
The app should not render qr_code when data is empty
2023-01-20 13:46:09 +08:00
..
src Update main.rs 2023-01-20 13:46:09 +08:00
Cargo.toml Update Rust edition to 2021 🎉 2022-02-09 17:57:44 +07:00
README.md Implement qr_code example 2020-11-20 10:29:40 +01:00

QR Code Generator

A basic QR code generator that showcases the QRCode widget.

The main file contains all the code of the example.

You can run it with cargo run:

cargo run --package qr_code