Skip to content

Commit 62c07f1

Browse files
committed
1 parent 26e312d commit 62c07f1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,26 @@
9090
<!-- Maven versions of asm; Orbit versions of asm are specified above. -->
9191
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven">
9292
<dependencies>
93+
<dependency>
94+
<groupId>io.github.humbleui</groupId>
95+
<artifactId>skija-shared</artifactId>
96+
<version>0.143.11</version>
97+
</dependency>
98+
<dependency>
99+
<groupId>io.github.humbleui</groupId>
100+
<artifactId>skija-windows-x64</artifactId>
101+
<version>0.143.11</version>
102+
</dependency>
103+
<dependency>
104+
<groupId>io.github.humbleui</groupId>
105+
<artifactId>skija-linux-x64</artifactId>
106+
<version>0.143.11</version>
107+
</dependency>
108+
<dependency>
109+
<groupId>io.github.humbleui</groupId>
110+
<artifactId>types</artifactId>
111+
<version>0.1.1</version>
112+
</dependency>
93113
<dependency>
94114
<groupId>com.github.weisj</groupId>
95115
<artifactId>jsvg</artifactId>

0 commit comments

Comments
 (0)