Skip to content

Releases: aguunu/fishing-jigsaw

v0.1.0

18 Jun 20:02
Compare
Choose a tag to compare

First Release - v0.1.0

This initial release includes several key features that I hope will be useful to all of you. I've worked hard to make sure that everything is as stable and reliable as possible, but please let me know if you encounter any issues or have any feedback.

Building from Source

If you want to build a release from source, you might follow this steps:

  1. Download the release source code you want to build from
  2. Navigate to the project directory
  3. Build the project using Cargo (make sure you have it installed).
cargo build --release
  1. If the build is successful, you should see an executable file in the target/release/ directory.

And that's it! If you encounter any issues or have any questions, please don't hesitate to contact me. I'm always happy to help.