ci: utils submodule

This commit is contained in:
2024-02-07 18:27:30 +01:00
parent 7fe7284214
commit 6143d92ae5
10 changed files with 4057 additions and 31 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "basic"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.12.1"
bevy_controls = { path = "./../../crate/bevy_controls" }