generated from lee-orr/bevy-game-jam-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
40 lines (36 loc) · 991 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
32
33
34
35
36
37
38
39
40
[package]
name = "terra-and-caelus"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# default = [
# "bevy/animation",
# "bevy/bevy_asset",
# "bevy/bevy_scene",
# "bevy/bevy_winit",
# "bevy/bevy_core_pipeline",
# "bevy/bevy_pbr",
# "bevy/bevy_gltf",
# "bevy/bevy_render",
# "bevy/bevy_sprite",
# "bevy/bevy_text",
# "bevy/bevy_ui",
# "bevy/png",
# "bevy/hdr",
# "bevy/zstd",
# "bevy/x11",
# "bevy/ktx2",
# "bevy/filesystem_watcher",
# "bevy/tonemapping_luts"
# ]
[dependencies]
bevy = { version = "0.10" }
bevy_common_assets = { version = "0.6.0", features = ["json", "yaml"] }
bevy_asset_loader = "0.16"
console_error_panic_hook = "0.1"
serde = { version = "1", features = ["derive"] }
bevy-inspector-egui = "*"
bevy_vector_shapes = "0.4"
belly = { git = "https://github.com/jkb0o/belly" }
anyhow = "*"
leafwing-input-manager = "*"