-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCargo.toml
34 lines (31 loc) · 887 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
[package]
name = "bevy_spectator"
description = "A spectator camera plugin for Bevy"
version = "0.7.0"
edition = "2021"
authors = ["JonahPlusPlus <[email protected]>"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/bevy_spectator"
homepage = "https://github.com/JonahPlusPlus/bevy_spectator"
repository = "https://github.com/JonahPlusPlus/bevy_spectator"
include = ["/src", "/examples", "/LICENSE*"]
[dependencies]
bevy = { version = "0.15", default-features = false, features = [
"bevy_window",
] }
[dev-dependencies]
bevy = { version = "0.15", default-features = false, features = [
"bevy_asset",
"bevy_core_pipeline",
"bevy_pbr",
"bevy_render",
"bevy_sprite",
"bevy_window",
"x11",
"ktx2",
"zstd",
"tonemapping_luts",
] }
[features]
default = ["init"]
init = [] # Enables automatically choosing a camera