bracket-lib 0.8.7

Meta-crate holding the entirety of bracket-lib (and exposing it). Use this for the full roguelike toolkit experience.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Summary


- [What is Bracket-lib]./what_is_it.md
- [Quick Start]./linking.md
    - [Hello Terminal]./hello_terminal.md
    - [Using Individual Components]./individual_parts.md
- [Using the Examples]./examples.md
    - [Color Examples]./ex_color.md
    - [Geometry Examples]./ex_geometry.md
    - [Noise Examples]./ex_noise.md
    - [Pathfinding Examples]./ex_path.md
    - [Random Examples]./ex_rng.md
    - [Terminal Examples]./ex_bterm.md
- [Working with Consoles]./consoles.md
    - [Printing to Consoles]./consoles_print.md
    - [Fancy Consoles]./fancy.md