Crates.io | nimble-sample-step |
lib.rs | nimble-sample-step |
version | 0.0.17-dev |
source | src |
created_at | 2024-09-23 08:31:16.695647 |
updated_at | 2024-10-24 10:26:36.42164 |
description | Nimble Sample Step Type |
homepage | |
repository | https://github.com/nimble-rust/nimble |
max_upload_size | |
id | 1383727 |
size | 5,933 |
This crate provides an example Step
implementation to use in tests or for other similar purposes.
It's built with flexibility and simplicity in mind, giving you basic game-pad-like
inputs such as moving left, right, jumping, or doing nothing.
These actions are ready for you to plug into your test cases!
Add the following to your Cargo.toml
file:
[dependencies]
nimble-sample-step = "0.0.17-dev"
This project is licensed under the MIT License - see the LICENSE file for details.