Skip to content

Commit

Permalink
feat(taiko-game): use taiko core as game engine
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Apr 27, 2024
1 parent 499f51d commit c2e1223
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 237 deletions.
3 changes: 2 additions & 1 deletion taiko-game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ name = "taiko"
path = "src/main.rs"

[dependencies]
rhythm-core = { path = "../rhythm-core", version = "0.1.0" }
rhythm-core = { path = "../rhythm-core", version = "0.2.0" }
tja = { path = "../tja", version = "0.2.0" }
taiko-core = { path = "../taiko-core", version = "0.0.1" }
better-panic = "0.3.0"
clap = { version = "4.5.4", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles"] }
color-eyre = "0.6.3"
Expand Down
Loading

0 comments on commit c2e1223

Please sign in to comment.