start map stuff

This commit is contained in:
Schrottkatze 2025-06-16 17:21:13 +02:00
parent 684fdd5558
commit 67383ac1db
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
8 changed files with 476 additions and 123 deletions

View file

@ -2,13 +2,15 @@
name = "mgd2-demonic-posession"
version = "0.1.0"
edition = "2024"
default-run = "mgd2-demonic-posession"
[dependencies]
bevy = "0.16.0"
bevy = {version="0.16.1", features=["file_watcher"]}
bevy-inspector-egui = "0.31.0"
bevy_third_person_camera = "0.3.0"
env_logger = "0.11.8"
log = "0.4.27"
bevy_skein = { git = "https://github.com/rust-adventure/skein.git" }
# Enable a small amount of optimization in the dev profile.
[profile.dev]