From 5ed8e1619074221e39359c875426ab35e5a22a7e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 10 May 2025 09:33:40 -0400 Subject: [PATCH] Mention Icarus in the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae345a1..d1b3747 100755 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ physis = "0.4" Documentation is available online at [docs.xiv.zone](https://docs.xiv.zone/docs/physis). It's automatically updated as new commits are pushed to the main branch. +If you need a high-level Excel API, see [Icarus](https://github.com/redstrate/Icarus) which is based off of Physis. + ### C/C++ C/C++ projects (or any language that can interface with C) can use [libphysis](https://github.com/redstrate/libphysis).