1 2 3 4 5 6
//! # `furmint-input` //! Crate providing input abstractions for the furmint game engine #![warn(missing_docs)] pub mod keyboard; pub mod plugin;