Updated links
All checks were successful
Build / Build (push) Successful in 1h6m10s

This commit is contained in:
Silas Bartha 2025-03-21 22:03:23 -04:00
parent ef2ed44383
commit 2cacc2f138
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2
4 changed files with 5 additions and 4665 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/target
Cargo.lock

4660
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ 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"
repository = "https://git.soaos.dev/soaos/bevy_terminal_display"
[dependencies]
crossbeam-channel = "0.5"
@ -27,4 +27,4 @@ version = "0.28"
features = ["serde"]
[dependencies.bevy_dither_post_process]
git = "https://git.soaos.dev/bevy_dither_post_process"
git = "https://git.soaos.dev/soaos/bevy_dither_post_process"

View File

@ -3,7 +3,6 @@
[![Crates](https://img.shields.io/crates/v/bevy_terminal_display)](https://crates.io/crates/bevy_terminal_display)
![License](https://img.shields.io/badge/license-0BSD%2FMIT%2FApache-blue.svg)
![Tag](https://img.shields.io/github/v/tag/exvacuum/bevy_terminal_display)
[![Docs](https://img.shields.io/website?url=https%3A%2F%2Fexvacuum.github.io%2Fbevy_terminal_display%2F&label=docs)](https://exvacuum.github.io/bevy_terminal_display)
A (very experimental) plugin for the [Bevy](https://bevyengine.org) engine which allows for rendering to a terminal window.
@ -19,7 +18,7 @@ Features Include:
- Log redirection
## Screenshots
![](https://git.exvacuum.dev/bevy_terminal_display/plain/doc/screenshot.png)
![](https://git.soaos.dev/soaos/bevy_terminal_display/plain/doc/screenshot.png)
## Compatibility
| Crate Version | Bevy Version |
@ -39,7 +38,7 @@ bevy_terminal_display = "0.5"
### Using git URL in Cargo.toml
```toml
[dependencies.bevy_terminal_display]
git = "https://git.exvacuum.dev/bevy_terminal_display"
git = "https://git.soaos.dev/soaos/bevy_terminal_display"
```
## Example Usage