This commit is contained in:
parent
f818ae23e1
commit
faa365ecc5
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
[](https://crates.io/crates/bevy_terminal_display)
|
[](https://crates.io/crates/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.
|
||||||
|
|
||||||
@ -18,12 +17,12 @@ Features Include:
|
|||||||
- Log redirection
|
- Log redirection
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|

|
||||||
## Compatibility
|
## Compatibility
|
||||||
|
|
||||||
| Crate Version | Bevy Version |
|
| Crate Version | Bevy Version |
|
||||||
| ------------- | ------------ |
|
| ------------- | ------------ |
|
||||||
| 0.6 | 0.15 |
|
| 0.6-0.7 | 0.15 |
|
||||||
| 0.4 | 0.14 |
|
| 0.4 | 0.14 |
|
||||||
| 0.2 | 0.13 |
|
| 0.2 | 0.13 |
|
||||||
|
|
||||||
@ -32,7 +31,7 @@ Features Include:
|
|||||||
### crates.io
|
### crates.io
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy_terminal_display = "0.5"
|
bevy_terminal_display = "0.7"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using git URL in Cargo.toml
|
### Using git URL in Cargo.toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user