Releases: wowemulation-dev/warcraft-rs
warcraft-rs libraries v0.3.2
Library Release v0.3.2
This release includes updates to all warcraft-rs libraries:
- wow-mpq - MPQ archive support
- wow-blp - BLP texture support
- wow-m2 - M2 model support
- wow-wmo - WMO world map object support
- wow-adt - ADT terrain support
- wow-wdl - WDL low-resolution terrain support
- wow-wdt - WDT map support
- wow-cdbc - cDBC database support
Installation
Add to your Cargo.toml:
[dependencies]
wow-mpq = "0.3.2"
wow-blp = "0.3.2"
# ... other crates as neededSee the CHANGELOG for details.
warcraft-rs v0.3.2
warcraft-rs v0.3.2
Verification
This release uses ephemeral signing keys. To verify:
- Download the binary, signature (
.sig), and public key (minisign.pub) - Verify using minisign or rsign:
# Using minisign
minisign -V -p minisign.pub -m warcraft-rs-0.3.2-<target>.tar.gz
# Using rsign
rsign verify -p minisign.pub warcraft-rs-0.3.2-<target>.tar.gzEphemeral Key ID
This release was signed with ephemeral key: 186C11F591936F8F
Installation
Unix-like systems
curl -fsSL https://raw.githubusercontent.com/wowemulation-dev/warcraft-rs/main/install.sh | bashWindows PowerShell
irm https://raw.githubusercontent.com/wowemulation-dev/warcraft-rs/main/install.ps1 | iexSupported Platforms
- Linux: x86_64, aarch64, armv7 (GNU and musl)
- Windows: x86_64, aarch64 (MSVC)
- macOS: x86_64, aarch64
Checksums
SHA256 checksums are available in the SHA256SUMS file.
warcraft-rs libraries v0.3.1
Library Release v0.3.1
This release includes updates to all warcraft-rs libraries:
- wow-mpq - MPQ archive support
- wow-blp - BLP texture support
- wow-m2 - M2 model support
- wow-wmo - WMO world map object support
- wow-adt - ADT terrain support
- wow-wdl - WDL low-resolution terrain support
- wow-wdt - WDT map support
- wow-cdbc - cDBC database support
Installation
Add to your Cargo.toml:
[dependencies]
wow-mpq = "0.3.1"
wow-blp = "0.3.1"
# ... other crates as neededSee the CHANGELOG for details.
warcraft-rs v0.3.1
warcraft-rs v0.3.1
Verification
This release uses ephemeral signing keys. To verify:
- Download the binary, signature (
.sig), and public key (minisign.pub) - Verify using minisign or rsign:
# Using minisign
minisign -V -p minisign.pub -m warcraft-rs-0.3.1-<target>.tar.gz
# Using rsign
rsign verify -p minisign.pub warcraft-rs-0.3.1-<target>.tar.gzEphemeral Key ID
This release was signed with ephemeral key: 0049CC5C01463050
Installation
Unix-like systems
curl -fsSL https://raw.githubusercontent.com/wowemulation-dev/warcraft-rs/main/install.sh | bashWindows PowerShell
irm https://raw.githubusercontent.com/wowemulation-dev/warcraft-rs/main/install.ps1 | iexSupported Platforms
- Linux: x86_64, aarch64, armv7 (GNU and musl)
- Windows: x86_64, aarch64 (MSVC)
- macOS: x86_64, aarch64
Checksums
SHA256 checksums are available in the SHA256SUMS file.
warcraft-rs libraries v0.3.0
Library Release v0.3.0
This release includes updates to all warcraft-rs libraries:
- wow-mpq - MPQ archive support
- wow-blp - BLP texture support
- wow-m2 - M2 model support
- wow-wmo - WMO world map object support
- wow-adt - ADT terrain support
- wow-wdl - WDL low-resolution terrain support
- wow-wdt - WDT map support
- wow-cdbc - cDBC database support
Installation
Add to your Cargo.toml:
[dependencies]
wow-mpq = "0.3.0"
wow-blp = "0.3.0"
# ... other crates as neededSee the CHANGELOG for details.
warcraft-rs libraries v0.2.1
Library Release v0.2.1
This release includes updates to all warcraft-rs libraries:
- wow-mpq - MPQ archive support
- wow-blp - BLP texture support
- wow-m2 - M2 model support
- wow-wmo - WMO world map object support
- wow-adt - ADT terrain support
- wow-wdl - WDL low-resolution terrain support
- wow-wdt - WDT map support
- wow-cdbc - cDBC database support
Installation
Add to your Cargo.toml:
[dependencies]
wow-mpq = "0.2.1"
wow-blp = "0.2.1"
# ... other crates as neededSee the CHANGELOG for details.