From 8ad2283179ed556d72c62482023dbaa375ee4614 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 25 Oct 2022 13:06:49 -0400 Subject: [PATCH] Add credits section to README These are just the people I remember right now, I will expand it over time! --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e32dca..abc12ca 100755 --- a/README.md +++ b/README.md @@ -102,4 +102,12 @@ versions. ## Contributing & Support The best way you can help is by [monetarily supporting me](https://redstrate.com/about/) or by submitting patches to -help fix bugs or add functionality. \ No newline at end of file +help fix bugs or add functionality. + +## Credits +- [goatcorp](https://goatcorp.github.io) (XIVQuickLauncher, docs.xiv.dev, and even more) +- [Ioncannon](http://ffxivexplorer.fragmenterworks.com/research.php) (FFXIV Data Explorer) for the first documenting the file formats +- [binrw team](https://binrw.rs) for an awesome Rust library! +- [sha1-smol](https://github.com/mitsuhiko/sha1-smol) for a dependency-free SHA1 implementation + +And everyone else who writes FFXIV tools! \ No newline at end of file