thermite
Rust crate for managing Northstar and interacting with Thunderstore
v0.5.0
- change
install_with_progressto take a function rather than an indicatif bar - change to
ureqfor http requests, making all functions synchronus - add
InstalledModstruct which contains a mod'smod.json,manifest.json,thunderstore_author.txt, and the path of the root directory - change
find_modsto return a vec ofInstalledMod
v0.4.0
- move exported functions from crate root to
preludemodule - add
manifest.jsonandthunderstore_author.txtto installed packages - add optional sanity check for install function
- add
find_modsfunction - add
enabledmods.jsonsupport - remove
Ctx,LocalIndex,LocalModCache,CachedMod
v0.3.4
- fix panic for missing
enclosed_namewhen installing mods - fix mod dependencies missing
v0.3.3
- fix StripPrefixError panic
- ensure temp directories are cleaned up