From c0b656496299e5116ef6b19758fd7abdffd11dd3 Mon Sep 17 00:00:00 2001 From: Francis De Brabandere Date: Fri, 6 Oct 2023 16:07:48 +0200 Subject: [PATCH] docs: update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 0ccaaf8..16b62c2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ # vpin Rust library for the visual/virtual pinball ecosystem + +https://crates.io/crates/vpin + +## Documentation +https://docs.rs/vpin + +## Projects using vpin + +https://github.com/francisdb/vpxtool + +## Other links + +* Visual Pinball https://github.com/vpinball/vpinball +* VPUniverse https://vpuniverse.com/ +* VPForums https://www.vpforums.org/ +* Virtual Pinball Chat https://discord.com/invite/YHcBrtT + +## Making a release + +* Create release with tag `v#.#.#` on Github +* Check it out +* `cargo publish`