free-rusty-maker/src/lib.rs

9 lines
171 B
Rust
Raw Normal View History

2018-10-02 14:12:52 +02:00
#![warn(missing_docs)]
//! This crates contains the (future) rusty game.
extern crate sfml;
2018-10-02 21:48:19 +02:00
/// This module contains all the tools needed for the game.
pub mod engine;