#![warn(missing_docs)] //! This crates contains the (future) rusty game. extern crate sfml; /// This module contains all the tools needed for the game. pub mod engine;