Display simple window

This commit is contained in:
Fabien Freling 2017-10-01 22:13:34 +02:00
commit 3106b01f3f
3 changed files with 78 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "rustenstein"
version = "0.1.0"
authors = ["Fabien Freling <public@ffreling.com>"]
[dependencies]
piston_window = "0.70.0"