Implement a nicer text renderer.

This commit is contained in:
Manuel Friedli 2020-09-30 21:54:06 +02:00
parent 483e00d964
commit 0a27870fb8
7 changed files with 302 additions and 125 deletions

View file

@ -25,5 +25,10 @@
<groupId>io.vavr</groupId>
<artifactId>vavr</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>