This commit is contained in:
parent
ef2ed44383
commit
2cacc2f138
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/target
|
||||
Cargo.lock
|
||||
|
4660
Cargo.lock
generated
4660
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
@ -3,7 +3,6 @@
|
||||
[](https://crates.io/crates/bevy_terminal_display)
|
||||

|
||||

|
||||
[](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
|
||||

|
||||

|
||||
## 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user