This commit is contained in:
2024-04-21 16:02:50 +02:00
parent 2dea132d7f
commit 6fa0fbdb77
10 changed files with 601 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "bevy_enmacompat"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = { version = "0.13" }
enmacompat = { path = "../enmacompat" }

View File