aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8e00de112002769e3de9d67595e37d1c420d6cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# bevy_terminal_dialog
> [!WARNING]
> This library is highly experimental and not intended for use by literally anyone ever. I will eventually clean this readme up, but for now don't worry about it.

## Compatibility

| Crate Version | Bevy Version |
|---            |---           |
| 0.1           | 0.14         |

## Installation

If enough people (like literally 1 person) want this on crates.io I'll consider putting it up there, but for now just add the GitHub URL to your `Cargo.toml`:

```toml
[dependencies.bevy_terminal_dialog]
git = "https://github.com/exvacuum/bevy_terminal_dialog"
```

## License

This crate is licensed under your choice of 0BSD, Apache-2.0, or MIT license.