0.7.0
- Functions taking a filesystem path now accept
&str
,Path
andString
- Added funcitons for drawing rectangles, horizontal and vertical lines, window frame and getting hight of wrapped text
- Added support for ASCII literals (
b'c'
andb"hello"
) - Support for non-ASCII values in strings
- Transparetly dispatch between ASCII and
_utf
variants of the libtcod printing functions