Flone-dnb / FBugReporter

Easily add feedback and/or bug reporting functionality to your Godot game.
MIT License
63 stars 4 forks source link

Rewrite "install" scripts to Rust. #8

Closed Flone-dnb closed 1 year ago

Flone-dnb commented 2 years ago

Because in order to use FBugReporter you need to have Rust installed we can have install scripts written in Rust instead of Go. This will eliminate the need to install additional software (Go).

P.S. Don't forget to update README with new install instructions.

Flone-dnb commented 1 year ago

Closing this because I initially saw a bug with install scripts and for some weird reason decided to rewrite them to Rust. Now (v1.2.0) there seems to be no issues with install scripts so I don't see any reason for this issue to be opened.