Skip to content

Releases: wowemulation-dev/warcraft-rs

warcraft-rs libraries v0.3.2

29 Aug 04:03
cf87680

Choose a tag to compare

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 needed

See the CHANGELOG for details.

warcraft-rs v0.3.2

29 Aug 04:06
cf87680

Choose a tag to compare

warcraft-rs v0.3.2

Verification

This release uses ephemeral signing keys. To verify:

  1. Download the binary, signature (.sig), and public key (minisign.pub)
  2. 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.gz

Ephemeral 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 | bash

Windows PowerShell

irm https://raw.githubusercontent.com/wowemulation-dev/warcraft-rs/main/install.ps1 | iex

Supported 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

11 Aug 11:57
33fcec5

Choose a tag to compare

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 needed

See the CHANGELOG for details.

warcraft-rs v0.3.1

11 Aug 12:00
33fcec5

Choose a tag to compare

warcraft-rs v0.3.1

Verification

This release uses ephemeral signing keys. To verify:

  1. Download the binary, signature (.sig), and public key (minisign.pub)
  2. 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.gz

Ephemeral 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 | bash

Windows PowerShell

irm https://raw.githubusercontent.com/wowemulation-dev/warcraft-rs/main/install.ps1 | iex

Supported 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

07 Aug 13:19
71f6ee7

Choose a tag to compare

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 needed

See the CHANGELOG for details.

warcraft-rs libraries v0.2.1

07 Aug 06:11
94b17be

Choose a tag to compare

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 needed

See the CHANGELOG for details.