Commit graph

9 commits

Author SHA1 Message Date
Leonard Hecker
b277a1e67b
Make the ICU SONAME configurable (#495)
This PR was tested on Ubuntu with:
```
EDIT_CFG_ICUUC_SONAME=libicuuc.so.74
EDIT_CFG_ICUI18N_SONAME=libicui18n.so.74
EDIT_CFG_ICU_RENAMING_VERSION=74
cargo build --config .cargo/release.toml --release
```

Search & Replace now works flawlessly. I hope that package maintainers
will be able to make use of this when ingesting future versions of Edit.

Closes #172
2025-06-19 23:26:05 +02:00
Dustin L. Howett
c44eb4297f
Add the final icon in SVG and ICO (with the full size ramp) format (#475)
Supersedes #139

Co-authored-by: Whitecat18 <smukx@5mukx.site>
2025-06-13 01:25:03 +02:00
Leonard Hecker
52286fcf02
Replace winres with winresource (#407)
Apparently `winres` is unmaintained and
`winresource` contains additional bug fixes.
2025-06-03 17:47:26 +02:00
Leonard Hecker
d17cf66c7c Add copyright headers to all files 2025-05-17 20:50:47 +02:00
Leonard Hecker
b7024f1bf9 Adopt rustfmt.toml from rust-lang/rust 2025-05-01 14:39:44 +02:00
Leonard Hecker
e7bd798f28 Some minor project layout cleanup 2025-04-30 12:40:28 +02:00
Leonard Hecker
774c85297e An assortment of minor changes 2025-04-13 01:28:11 +02:00
Leonard Hecker
cee02c45b1 Set up a proper Azure build pipeline 2025-04-08 23:29:44 +02:00
Leonard Hecker
f654981a07 Initial import 2025-03-19 03:13:50 +01:00