Skip to content

Releases: asleepace/star-cat

Version 2.0

11 Feb 09:56
2233887
Compare
Choose a tag to compare

What's in this release?

The game is now in a stable state and ready to play!

The attached binary was built for MacOS (Apple Silicon) devices, but can be built for:

# MacOS (Apple Silicon)
cargo build --release --target aarch64-apple-darwin

# MacOS (Intel)
cargo build --release --target x86_64-apple-darwin

# Windows
cargo build --release --target x86_64-pc-windows-gnu

# Linux
cargo build --release --target x86_64-unknown-linux-gnu

Changes

  • merged fixes for missing font files
  • improved performance
  • updated docs