Silas Bartha ddfd4a7422
Some checks failed
Build / Build (push) Failing after 43s
Add build action
2025-03-19 07:24:15 -04:00

31 lines
754 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/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/bevy_dither_post_process"