Skip to content

mokurin000/doukutsu-save-editor-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.