feat: Added models and stuff
Some checks failed
build / checks-matrix (push) Has been cancelled
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
2026-03-02 01:46:24 +05:30
parent 17d21dbc66
commit 867ab55c34
9 changed files with 235 additions and 27 deletions

View File

@@ -13,6 +13,8 @@ tracing-subscriber = "0.3"
bevy = { version = "0.18", features = ["bevy_pbr"] }
bevy_debug_grid = "0.9"
bevy_panorbit_camera = "0.34"
pdfium-render = "0.8.37"
iyes_perf_ui = { git = "https://github.com/blip-radar/iyes_perf_ui", branch = "bevy-0-18", version = "0.5.0" }
[features]
wayland = ["bevy/dynamic_linking", "bevy/wayland"]