No description
Find a file
2023-08-07 22:24:28 -04:00
plugins software 2023-08-07 22:24:28 -04:00
src software 2023-08-07 22:24:28 -04:00
.gitignore features 2023-08-01 00:56:38 -04:00
Cargo.lock software 2023-08-07 22:24:28 -04:00
Cargo.toml software 2023-08-07 22:24:28 -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