A simple desktop XKCD reader built using Rust and Tauri. It grabs comics from https://xkcd.com/ using the official API.
The content is licensed under a Creative Commons Attribution-NonCommercial 2.5 License.
To run, first install Tauri's tools:
cargo install tauri-cli
Then run this to start the app:
cargo tauri dev