Move entrypoint from src/bin.rs to src/main.rs

This commit is contained in:
Lucien Greathouse
2021-09-14 20:42:38 -04:00
parent 8954def25c
commit cc071a6415
2 changed files with 0 additions and 4 deletions

View File

@@ -37,10 +37,6 @@ members = [
name = "librojo"
path = "src/lib.rs"
[[bin]]
name = "rojo"
path = "src/bin.rs"
[[bench]]
name = "build"
harness = false