Compare commits

..

1 commit

Author SHA1 Message Date
b2f16daa2a prep for making public (closes #1 closes #2) 2025-04-04 19:30:25 -04:00

View file

@ -4,25 +4,13 @@ bevy/egui desktop app for performing version-based line sorting, and blank-line
![dsort screenshot](demo.gif "dsort")
this is designed and built specifically for one single person, to help make their life simpler - this is not general-purpose, or one-size-fits-all.
## installation
check out the [releases](https://git.thermokar.st/thermokarst/dsort/releases) page for pre-built binaries.
## development
```bash
cargo run
```
this is designed and built specifically for one single person, to help make their life simpler - this is not general-purpose, or one-size-fits all.
## release process
ensure the following are available on the system
- `mingw` toolchain (`brew install mingw-w64`)
- `rust` (whatever `rustup` gave me)
- `rust`
```bash
# et voila
./package.sh
```