This commit is contained in:
2024-11-01 18:03:45 +02:00
commit 156be812fc
5 changed files with 4881 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "arcade_dreams"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.14.2"
bevy_ecs_tilemap = "0.14"
bevy_ecs_ldtk = "0.10"
rapier2d = "0.22.0"