-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ♻️ Refactor all download operations also reorganized the whole project * 🏗️ Make extract optional * ⬆️ deps * ⬆️ libcgss -> libacb * 📝 add docs for Asset * 🎨 make manifest data attribute more redable * 🥅 handle download error * 🎨 include sort * 🚨 clippy * 🔖 add libacb version in acb version * 🐛 fix manifest deserialization * 🎨 fmt * 📝 add more docs * 🥅 handle thread join errors * 🔊 better logging * ✨ add `--manifest` option for download * 👷 update CI windows build command * 📝 fix examples
- Loading branch information
1 parent
ab67a7b
commit 0b4e3f9
Showing
59 changed files
with
2,254 additions
and
1,482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[env] | ||
CFLAGS = "/MT" | ||
CXXFLAGS = "/MT" | ||
|
||
[target.'cfg(all(target_os = "windows", target_env = "msvc"))'] | ||
rustflags = ["-C", "target-feature=+crt-static"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "acb/libcgss"] | ||
path = acb/libcgss | ||
url = https://github.com/nicks96432/libcgss.git | ||
[submodule "acb/libacb"] | ||
path = acb/libacb | ||
url = https://github.com/nicks96432/libacb |
Oops, something went wrong.