Skip to content

2.0.1

Compare
Choose a tag to compare
@VincentFoulon80 VincentFoulon80 released this 11 Jun 22:53
· 69 commits to master since this release

🆕 Additions

  • A new function rect_border() allow you to draw rectangles with styled border (useful for box-drawing symbols). (@LaineZ)
  • A new enum BorderStyle with some preset borders but also a new function to allow you to use any character you want to make borders (@LaineZ)
  • Example styled-rect to showcase the new rect_border (@LaineZ)

💥 Breaking Changes

  • Initialization of ConsoleEngine now returns a Result so he won't panic out of your control. Just add .unwrap() if you don't care.

🧰 Dependency Updates