Skip to content
Snippets Groups Projects
Cargo.toml 423 B
Newer Older
Louis's avatar
Louis committed
[package]
name = "shoot-the-revival"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Louis's avatar
Louis committed
log = "0.4.19"

[dependencies.bevy]
version = "0.10.1"
default-features = false
features = [
	"bevy_asset",
	"bevy_sprite",
	"bevy_winit",
	"png",
	"hdr",
	"x11",
	"wayland",
	"serialize",
	"filesystem_watcher",
	"bevy_core_pipeline",
]