mirror of
https://codeberg.org/schrottkatze/mgd2-tram-championships.git
synced 2025-07-03 01:47:38 +00:00
start map stuff
This commit is contained in:
parent
684fdd5558
commit
67383ac1db
8 changed files with 476 additions and 123 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue