Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jam1garner/cargo-mextk
A cargo subcommand for creating and working with melee mods
https://github.com/jam1garner/cargo-mextk
Last synced: 4 days ago
JSON representation
A cargo subcommand for creating and working with melee mods
- Host: GitHub
- URL: https://github.com/jam1garner/cargo-mextk
- Owner: jam1garner
- Created: 2021-01-28T05:08:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T00:01:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T02:53:58.604Z (5 days ago)
- Language: Rust
- Size: 289 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cargo-mextk
[![](https://docs.rs/cargo-mextk/badge.svg)](https://docs.rs/cargo-mextk)
A cargo subcommand for build and working with melee mods.
## Building From Source
Requirements:
* Rust - https://www.rust-lang.org/tools/install
* LLVM (for libclang)
* Windows: `choco install llvm`
* MacOS: `brew install llvm`
* Ubuntu/Debian/etc - `sudo apt install libclang-10-dev`Install from crates.io:
```
cargo install cargo-mextk
```Build locally:
```
git clone https://github.com/jam1garner/cargo-mextk
cd cargo-mextk
cargo build --release
```Build Windows Installer (requires cargo-wix):
```
cargo wix
```