Move tetris-logic up to dir root

This commit is contained in:
Greg Shuflin 2024-10-03 17:22:12 -07:00
parent 537e6fa8ed
commit 1c474f42ee
3 changed files with 1 additions and 4 deletions

View File

@ -11,7 +11,4 @@ iced = { git = "https://github.com/hecrj/iced", rev = "099981cfc2f61a1f37e841005
iced_native = { git = "https://github.com/hecrj/iced", rev = "099981cfc2f61a1f37e84100592d65babb94fb82"}
chrono = "0.4.19"
rand = "0.8.4"
tetris-logic = { path = "tetris-logic" }
[workspace]
members = ["tetris-logic"]
tetris-logic = { path = "../tetris-logic" }