You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There isn't any documentation regarding how to compile a plugin, and cargo-quill itself isn't documented very well.
I'm making this an issue because I don't know how to write good documentation.
Steps to compile a plugin:
Install cargo-quill by running cargo install --path quill/cargo-quill in the main folder
Use cargo-quill in place of cargo when compiling a plugin - cargo-quill build
Possibly use flags like --native, --release or --compression-level N
The text was updated successfully, but these errors were encountered:
Missing Documentation
There isn't any documentation regarding how to compile a plugin, and cargo-quill itself isn't documented very well.
I'm making this an issue because I don't know how to write good documentation.
Steps to compile a plugin:
cargo-quill
by runningcargo install --path quill/cargo-quill
in the main foldercargo-quill build
--native
,--release
or--compression-level N
The text was updated successfully, but these errors were encountered: