Skip to content

Commit 3cccba4

Browse files
committed
1 parent 26e312d commit 3cccba4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,30 @@
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+
<type>jar</type>
98+
</dependency>
99+
<dependency>
100+
<groupId>io.github.humbleui</groupId>
101+
<artifactId>skija-windows-x64</artifactId>
102+
<version>0.143.11</version>
103+
<type>jar</type>
104+
</dependency>
105+
<dependency>
106+
<groupId>io.github.humbleui</groupId>
107+
<artifactId>skija-linux-x64</artifactId>
108+
<version>0.143.11</version>
109+
<type>jar</type>
110+
</dependency>
111+
<dependency>
112+
<groupId>io.github.humbleui</groupId>
113+
<artifactId>types</artifactId>
114+
<version>0.1.1</version>
115+
<type>jar</type>
116+
</dependency>
93117
<dependency>
94118
<groupId>com.github.weisj</groupId>
95119
<artifactId>jsvg</artifactId>

0 commit comments

Comments
 (0)