Docs.rs
bevy-input-sequence-0.9.0
bevy-input-sequence 0.9.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
shanecelis
not-elm
Dependencies
bevy ^0.17
normal
keyseq ^0.7.0
normal
trie-rs ^0.4
normal
bevy ^0.17
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-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
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::
*
;