aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6c85502813f72e2b548970bd73571bdf598a9b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "bevy_terminal_display"
version = "0.2.0"
edition = "2021"

[dependencies]
crossterm = "0.27.0"
downcast-rs = "1.2.1"
once_cell = "1.19.0"

[dependencies.bevy]
version = "0.13"

[dependencies.bevy_framebuffer_extract]
git = "https://github.com/exvacuum/bevy_framebuffer_extract"
tag = "v0.1.1"

[dependencies.bevy_dither_post_process]
git = "https://github.com/exvacuum/bevy_dither_post_process"
tag = "v0.1.4"

[dependencies.ratatui]
version = "0.26.2"