No description
Find a file
2023-08-10 23:23:06 -04:00
plugins software 2023-08-07 22:24:28 -04:00
src Docker support 2023-08-10 23:23:06 -04:00
.dockerignore Docker support 2023-08-10 23:23:06 -04:00
.gitignore Docker support 2023-08-10 23:23:06 -04:00
Cargo.lock software 2023-08-07 22:24:28 -04:00
Cargo.toml Docker support 2023-08-10 23:23:06 -04:00
docker-compose.yml Docker support 2023-08-10 23:23:06 -04:00
Dockerfile Docker support 2023-08-10 23:23:06 -04:00
PLUGINS.md software 2023-08-07 22:24:28 -04:00
README.md software 2023-08-07 22:24:28 -04:00

quectocraft

Plugin API

see PLUGINS.md

Building

quectocraft requires that luajit is installed. it should be available via your package manager.

Alpine

install luajit, luajit-dev, and pkgconfig and build with

RUSTFLAGS="-C target-feature=-crt-static" cargo build --release