This commit is contained in:
parent
ef2ed44383
commit
2cacc2f138
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/target
|
/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"
|
edition = "2021"
|
||||||
license = "0BSD OR MIT OR Apache-2.0"
|
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."
|
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]
|
[dependencies]
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
@ -27,4 +27,4 @@ version = "0.28"
|
|||||||
features = ["serde"]
|
features = ["serde"]
|
||||||
|
|
||||||
[dependencies.bevy_dither_post_process]
|
[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://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.
|
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
|
- Log redirection
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|

|
||||||
## Compatibility
|
## Compatibility
|
||||||
|
|
||||||
| Crate Version | Bevy Version |
|
| Crate Version | Bevy Version |
|
||||||
@ -39,7 +38,7 @@ bevy_terminal_display = "0.5"
|
|||||||
### Using git URL in Cargo.toml
|
### Using git URL in Cargo.toml
|
||||||
```toml
|
```toml
|
||||||
[dependencies.bevy_terminal_display]
|
[dependencies.bevy_terminal_display]
|
||||||
git = "https://git.exvacuum.dev/bevy_terminal_display"
|
git = "https://git.soaos.dev/soaos/bevy_terminal_display"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user