Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.13 KB

CaveStory Save Editor

dependency status

Another save editor for doukutsu-rs in rust.

Supports Windows, Linux/BSD and MacOS.

Install

Arch(-based)

yay -S doukutsu-save-editor

Other

cargo install --path .

This will place the binary to ~/.cargo/bin. If you cannot execute doukutsu-save-editor, please check your PATH.

Build Dependencies

We use GTK3 backend on GNU/Linux and *BSD for rfd.

Updating egui

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.