Starting editor
This commit is contained in:
parent
8a81f6f469
commit
888aed8102
@ -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
src/app/editor.rs
Normal file
3
src/app/editor.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user