7 lines
95 B
Rust
7 lines
95 B
Rust
|
#![warn(missing_docs)]
|
||
|
|
||
|
//! This crates contains the (future) rusty game.
|
||
|
|
||
|
extern crate sfml;
|
||
|
|