runelite-client: add substance graphite look and feel

This commit is contained in:
Adam
2017-07-22 14:15:16 -04:00
parent 653128cd97
commit fe487f5795
7 changed files with 33 additions and 6 deletions

View File

@@ -68,6 +68,17 @@
<artifactId>gson</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.pushingpixels</groupId>
<artifactId>substance</artifactId>
<version>7.0.01</version>
</dependency>
<dependency>
<groupId>org.pushingpixels</groupId>
<artifactId>trident</artifactId>
<version>1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.runelite</groupId>