free-rusty-maker/src/lib.rs

9 lines
171 B
Rust

#![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;