-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
33 lines (29 loc) · 1.01 KB
/
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
[package]
name = "bevy-egui-kbgp"
description = "Better keyboard and gamepad story for egui in Bevy"
version = "0.23.0"
edition = "2021"
authors = ["IdanArye <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/idanarye/bevy-egui-kbgp"
documentation = "https://docs.rs/bevy-egui-kbgp"
readme = "README.md"
keywords = ["bevy", "egui", "input"]
categories = ["game-engines", "gui"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "^0.15", default-features = false }
bevy_egui = { version = "^0.33", default-features = false }
[dev-dependencies]
bevy = { version = "^0.15", default-features = false, features = [
"bevy_gilrs",
"x11",
"bevy_state",
"bevy_window",
"bevy_render",
"bevy_asset",
"bevy_picking",
] }
bevy_egui = { version = "^0.33", default-features = false, features = ["default_fonts", "render"] }
[package.metadata.docs.rs]
features = ["bevy/x11"] # required for bevy_egui