parent
10e5e3523d
commit
b6ac56aba4
7 changed files with 16 additions and 6 deletions
@ -0,0 +1,3 @@ |
||||
[env] |
||||
# Makes Bevy look for the `assets/` directory in the right place. |
||||
BEVY_ASSET_ROOT = { value = ".", relative = true } |
||||
@ -0,0 +1,9 @@ |
||||
[package] |
||||
name = "bevy-bloxel-classic" |
||||
version = "0.1.0" |
||||
edition = "2024" |
||||
|
||||
[dependencies] |
||||
bevy = { workspace = true } |
||||
|
||||
bevy_fix_cursor_unlock_web = "0.2" |
||||
Loading…
Reference in new issue