Crates.io | vpin |
lib.rs | vpin |
version | |
source | src |
created_at | 2023-10-06 13:56:06.685346 |
updated_at | 2024-12-05 10:34:08.499801 |
description | Rust library for the virtual pinball ecosystem |
homepage | |
repository | https://github.com/francisdb/vpin |
max_upload_size | |
id | 995139 |
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 |
Rust library for the visual/virtual pinball ecosystem
Join #vpxtool on "Virtual Pinball Chat" discord for support and questions.
Check the examples folder
https://github.com/francisdb/vpxtool
We expect a folder ~/vpinball/tables
to exist that contains a lot of vpx
and directb2s
files. The tests will recursively search for these files and run the tests on them.
cargo test --release -- --ignored --nocapture
We use https://github.com/MarcoIeni/release-plz which creates a release pr on every commit to master