brickrust 1.11.2+brickrust-001

A library which allows Brick Rigs modding
docs.rs failed to build brickrust-1.11.2+brickrust-001
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Brickrust

This is a SDK and mod loader for Brick Rigs written in fairly unsafe rust.

Building and installing

Since the project

# dev builds
make install DIR="/path/to/common/Brick Rigs" dev=true

# release builds
make install DIR="/path/to/common/Brick Rigs"

For usage with Proton you will need to add WINEDLLOVERRIDES="xinput1_3=n,b" %command%. For now we do not support native linux builds as the game does not support modding very well.

Docs

You can build docs by running

make doc