Starting editor

This commit is contained in:
2018-10-04 20:31:02 +02:00
parent 8a81f6f469
commit 888aed8102
3 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -8,5 +8,8 @@ sfml = "0.14.0"
[[bin]]
name = "rusty-maker"
path = "src/game/main.rs"
path = "src/app/game.rs"
[[bin]]
name = "rusty-editor"
path = "src/app/editor.rs"
+3
View File
@@ -0,0 +1,3 @@
fn main() {
}