Silas Bartha 2cacc2f138
All checks were successful
Build / Build (push) Successful in 1h6m10s
Updated links
2025-03-21 22:03:23 -04:00

31 lines
766 B
TOML

[package]
name = "bevy_terminal_display"
version = "0.7.0"
edition = "2021"
license = "0BSD OR MIT OR Apache-2.0"
description = "A plugin for the Bevy game engine which enables rendering to a terminal using unicode braille characters."
repository = "https://git.soaos.dev/soaos/bevy_terminal_display"
[dependencies]
crossbeam-channel = "0.5"
downcast-rs = "2.0"
once_cell = "1.19"
bevy_headless_render = "0.2"
ratatui = "0.29"
color-eyre = "0.6"
leafwing-input-manager = "0.16"
serde = "1.0"
smol_str = "0.2"
[dependencies.bevy]
version = "0.15"
default-features = false
features = ["bevy_render"]
[dependencies.crossterm]
version = "0.28"
features = ["serde"]
[dependencies.bevy_dither_post_process]
git = "https://git.soaos.dev/soaos/bevy_dither_post_process"