Skip to content

0.7.0

Compare
Choose a tag to compare
@tomassedovic tomassedovic released this 15 Jun 21:48
· 339 commits to master since this release
  • Functions taking a filesystem path now accept &str, Path and String
  • Added funcitons for drawing rectangles, horizontal and vertical lines, window frame and getting hight of wrapped text
  • Added support for ASCII literals (b'c' and b"hello")
  • Support for non-ASCII values in strings
  • Transparetly dispatch between ASCII and _utf variants of the libtcod printing functions