-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (33 loc) · 985 Bytes
/
Copy pathCargo.toml
File metadata and controls
36 lines (33 loc) · 985 Bytes
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
[package]
name = "bevy_quick_response"
version = "0.7.0"
edition = "2021"
license = "WTFPL OR 0BSD"
description = "A Bevy plugin for quick responsive behaviors"
repository = "https://github.com/funatsufumiya/bevy_quick_response"
# autoexamples = false
[dev-dependencies]
# bevy = { version = "^0.18", default-features = false, features = [
# "bevy_winit",
# "bevy_asset",
# "bevy_sprite",
# "bevy_core_pipeline",
# "bevy_gizmos",
# "bevy_ui",
# "bevy_window",
# "bevy_text",
# "bevy_render",
# "default_font",
# ] }
bevy = { version = "0.19" }
assert_matches = "1.5"
[dependencies]
bevy = { version = "0.19", default-features = false, features = [
"bevy_winit",
"bevy_window",
"bevy_asset",
] }
bevy_framepace = "0.22"
# bevy_framepace = { path = "externals/bevy_framepace", version = "^0.21" }
# bevy_framepace = { version = "0.20.0-rc.1" }
# bevy_framepace = { git = "https://github.com/recatek/bevy_framepace", rev="28f6b77" }