-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (27 loc) · 867 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "vaic"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev]
opt-level = "z" # Optimize for size.
[dependencies]
# until bevy_infinite_grid updates to bevy version 0.13
# bevy_infinite_grid = { git = "/~https://github.com/ForesightMiningSoftwareCorporation/bevy_infinite_grid", branch = "main" }
bevy_infinite_grid = {git = "/~https://github.com/XYCaptain/bevy_infinite_grid", branch = "main" }
egui-gizmo = "0.16.1"
bevy_mod_raycast = "0.17.0"
serde = "1.0.193"
ron = "0.8.1"
bevy-fps-counter = "0.4.0"
bevy_round_ui = "0.2.0"
bevy_framepace = "0.15.0"
chrono = "0.4.31"
egui = "0.26.2"
bevy_asset_loader = "0.20.0"
bevy_egui = "0.26"
bevy_editor_cam = "0.2.5"
bevy_mod_picking = "0.19.1"
bevy_blur_regions = "0.2.0"
[dependencies.bevy]
version = "0.13.2"