Crates.io | arelith_combat_simulator |
lib.rs | arelith_combat_simulator |
version | |
source | src |
created_at | 2023-12-17 19:24:44.107551 |
updated_at | 2024-12-03 19:40:52.210672 |
description | Combat simulator for the Neverwinter Nights game based on Arelith changes. |
homepage | |
repository | https://github.com/egebilecen/arelith-combat-simulator/ |
max_upload_size | |
id | 1072689 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Combat simulator for the Neverwinter Nights game based on Arelith changes, written in Rust. This repo contains the library that is published on crates.io. Example script(s) that demonstrate how this library is used can be found in src/bin/
. An example GUI application utilizing this library can be found here.