Another save editor for doukutsu-rs
in rust.
Supports Windows, Linux/BSD and MacOS.
yay -S doukutsu-save-editor
cargo install --path .
This will place the binary to ~/.cargo/bin
. If you cannot execute doukutsu-save-editor
, please check your PATH
.
We use GTK3 backend on GNU/Linux and *BSD for rfd
.
As of 2022, egui is in active development with frequent releases with breaking changes. eframe_template will be updated in lock-step to always use the latest version of egui.
When updating egui
and eframe
it is recommended you do so one version at the time, and read about the changes in the egui changelog and eframe changelog.