Docs.rs
bevy-input-sequence-0.8.1
bevy-input-sequence 0.8.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
shanecelis
not-elm
Dependencies
bevy ^0.16
normal
keyseq ^0.6.0
normal
trie-rs ^0.4
normal
bevy ^0.16
dev
trybuild ^1.0
dev
version-sync ^0.9
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
bevy_input_sequence/cache/
mod.rs
1
//! Cache for input sequences
2
mod
button;
3
pub use
button::
*
;
4
mod
key;
5
pub use
key::
*
;