Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 517 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 517 Bytes

Custom NPC Editor 2

Custom NPC Editor for elona_omake_overhaul.

Installation

Download packaged binaries from the releases page.

Building

Prerequisites

  • Rust
  • Node.js
  • npm
  • WebView

Install tauri

$ cargo install tauri-cli
$ npm install -g yarn

Debug

$ yarn
$ yarn build
$ yarn tauri dev

Build

$ yarn tauri build

Test

$ cd src-tauri
$ cargo test

License

MIT License