Initial commit

This commit is contained in:
2018-10-02 14:12:52 +02:00
commit 039657cd0b
4 changed files with 24 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}
+6
View File
@@ -0,0 +1,6 @@
#![warn(missing_docs)]
//! This crates contains the (future) rusty game.
extern crate sfml;