2025-05-14 13:28:18 +02:00
|
|
|
[package]
|
2025-06-10 20:11:08 +02:00
|
|
|
name = "mgd2-demonic-posession"
|
2025-05-14 13:28:18 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2024"
|
2025-06-16 17:21:13 +02:00
|
|
|
default-run = "mgd2-demonic-posession"
|
2025-05-14 13:28:18 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2025-06-16 17:21:13 +02:00
|
|
|
bevy = {version="0.16.1", features=["file_watcher"]}
|
2025-05-21 15:56:23 +02:00
|
|
|
bevy-inspector-egui = "0.31.0"
|
2025-05-21 15:56:58 +02:00
|
|
|
bevy_third_person_camera = "0.3.0"
|
2025-05-14 13:28:18 +02:00
|
|
|
env_logger = "0.11.8"
|
|
|
|
log = "0.4.27"
|
2025-06-16 17:21:13 +02:00
|
|
|
bevy_skein = { git = "https://github.com/rust-adventure/skein.git" }
|
2025-06-17 20:50:46 +02:00
|
|
|
clap = { version = "4", features = ["derive"] }
|
|
|
|
shlex = "1.3.0"
|
|
|
|
bevy_ui_text_input = "0.5.2"
|
2025-06-26 22:19:05 +02:00
|
|
|
bevy_rapier3d = {version = "0.30.0", features = ["simd-stable", "debug-render", "parallel"]}
|
2025-05-14 13:28:18 +02:00
|
|
|
|
|
|
|
# Enable a small amount of optimization in the dev profile.
|
|
|
|
[profile.dev]
|
|
|
|
opt-level = 1
|
|
|
|
|
|
|
|
# Enable a large amount of optimization in the dev profile for dependencies.
|
|
|
|
[profile.dev.package."*"]
|
|
|
|
opt-level = 3
|