From 75fcba1b28e35f2e7ec1e95adaab34860b779c79 Mon Sep 17 00:00:00 2001 From: Sebastian Dine Date: Mon, 5 Dec 2022 15:33:12 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 04b6938..a7e7581 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,8 @@ Actual versions are automatically built via GitHub Action pipelines defined at [ ### Additional Resources * [Scryfall API](https://scryfall.com/docs/api) for fetching card and set data of Magic the Gathering, including card preview images. * [Pokemon TCG API](https://docs.pokemontcg.io/) for fetching card and set data of the Pokemon TCG, including card preview images. + +### Further Reading +* [Tauri GitHub Actions Templates](https://github.com/tauri-apps/tauri-action) +* [Rust Serialization Framework](https://github.com/serde-rs/serde) +* [Tauri Command Docs](https://tauri.app/v1/guides/features/command)