File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
eclipse.platform.releng.prereqs.sdk Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments