Add: logical verification workflow for bevy

This commit is contained in:
DaZuo0122
2026-02-13 21:54:30 +08:00
parent 8e79bd98e5
commit 875bc54c4f
8 changed files with 266 additions and 121 deletions

View File

@@ -15,6 +15,7 @@ sprimo-api = { path = "../sprimo-api" }
sprimo-config = { path = "../sprimo-config" }
sprimo-platform = { path = "../sprimo-platform" }
sprimo-protocol = { path = "../sprimo-protocol" }
sprimo-runtime-core = { path = "../sprimo-runtime-core" }
sprimo-sprite = { path = "../sprimo-sprite" }
thiserror.workspace = true
tokio.workspace = true