Remove mirror links
This commit is contained in:
parent
0860547c54
commit
0282848b1f
1 changed files with 1 additions and 7 deletions
|
@ -1,10 +1,4 @@
|
||||||
# libxiv
|
# libxiv
|
||||||
[](https://git.sr.ht/~redstrate/libxiv)
|
|
||||||
[](https://github.com/redstrate/libxiv)
|
|
||||||
[](https://git.ryne.moe/redstrate/libxiv)
|
|
||||||
|
|
||||||
A modding framework for FFXIV written in C++. This is used in [Novus](https://git.sr.ht/~redstrate/novus) (my custom modding tool) and
|
A modding framework for FFXIV written in C++. This is used in [Novus](https://git.sr.ht/~redstrate/novus) (my custom modding tool) and
|
||||||
[Astra](https://git.sr.ht/~redstrate/astra) (my custom launcher) but can easily be integrated into your own projects.
|
[Astra](https://git.sr.ht/~redstrate/astra) (my custom launcher) but can easily be integrated into your own projects.
|
||||||
|
|
||||||
|
@ -35,4 +29,4 @@ on your system.
|
||||||
* [fmt](https://fmt.dev/latest/index.html) for formatting strings and logs.
|
* [fmt](https://fmt.dev/latest/index.html) for formatting strings and logs.
|
||||||
* [zlib](https://www.zlib.net) for extracting data.
|
* [zlib](https://www.zlib.net) for extracting data.
|
||||||
* [unshield](https://github.com/twogood/unshield) for extracting cab files from the FFXIV installer. This dependency is automatically skipped on Windows builds
|
* [unshield](https://github.com/twogood/unshield) for extracting cab files from the FFXIV installer. This dependency is automatically skipped on Windows builds
|
||||||
because unshield lacks a port for it.
|
because unshield lacks a port for it.
|
||||||
|
|
Reference in a new issue