1<?xml version="1.0" encoding="UTF-8"?> 2<extensions> 3 <extension> 4 <name>Overlap2D</name> 5 <description>Level and UI Editor Runtime</description> 6 <package>com.underwaterapps.overlap2druntime</package> 7 <version>0.1.0</version> 8 <compatibility>1.6.2</compatibility> 9 <website>http://overlap2d.com/</website> 10 <gwtInherits></gwtInherits> 11 <projects> 12 <core> 13 <dependency>com.underwaterapps.overlap2druntime:overlap2d-runtime-libgdx</dependency> 14 </core> 15 <desktop></desktop> 16 <android></android> 17 <ios></ios> 18 <html>null</html> 19 </projects> 20 </extension> 21 <extension> 22 <name>VisUI</name> 23 <description>Flat design skin for scene2d.ui and UI toolkit</description> 24 <package>com.kotcrab.vis.ui</package> 25 <version>1.0.1</version> 26 <compatibility>1.9.2</compatibility> 27 <website>https://github.com/kotcrab/VisEditor/wiki/VisUI</website> 28 <gwtInherits> 29 <inherit>com.kotcrab.vis.vis-ui</inherit> 30 </gwtInherits> 31 <projects> 32 <core> 33 <dependency>com.kotcrab.vis:vis-ui</dependency> 34 </core> 35 <desktop></desktop> 36 <android></android> 37 <ios></ios> 38 <html> 39 <dependency>com.kotcrab.vis:vis-ui:sources</dependency> 40 </html> 41 </projects> 42 </extension> 43 <extension> 44 <name>VisRuntime</name> 45 <description>Runtime for VisEditor</description> 46 <package>com.kotcrab.vis.runtime</package> 47 <version>0.3.1</version> 48 <compatibility>1.9.2</compatibility> 49 <website>http://vis.kotcrab.com</website> 50 <gwtInherits> 51 <inherit>com.kotcrab.vis.vis-runtime</inherit> 52 </gwtInherits> 53 <projects> 54 <core> 55 <dependency>com.kotcrab.vis:vis-runtime</dependency> 56 </core> 57 <desktop></desktop> 58 <android></android> 59 <ios></ios> 60 <html> 61 <dependency external="true">net.onedaybeard.artemis:artemis-odb-gwt:1.2.1</dependency> 62 <dependency external="true">net.onedaybeard.artemis:artemis-odb-gwt:1.2.1:sources</dependency> 63 <dependency external="true">net.onedaybeard.artemis:artemis-odb:1.2.1:sources</dependency> 64 <dependency>com.kotcrab.vis:vis-runtime-gwt</dependency> 65 <dependency>com.kotcrab.vis:vis-runtime-gwt:sources</dependency> 66 <dependency>com.kotcrab.vis:vis-runtime:sources</dependency> 67 </html> 68 </projects> 69 </extension> 70 <extension> 71 <name>libgdx-utils</name> 72 <description>Various utilities and features</description> 73 <package>net.dermetfan.gdx</package> 74 <version>0.13.3</version> 75 <compatibility>1.9.2</compatibility> 76 <website>http://dermetfan.net/libgdx-utils.php</website> 77 <gwtInherits> 78 <inherit>libgdx-utils</inherit> 79 </gwtInherits> 80 <projects> 81 <core> 82 <dependency>net.dermetfan.libgdx-utils:libgdx-utils</dependency> 83 </core> 84 <desktop></desktop> 85 <android></android> 86 <ios></ios> 87 <html> 88 <dependency>net.dermetfan.libgdx-utils:libgdx-utils:sources</dependency> 89 </html> 90 </projects> 91 </extension> 92 <extension> 93 <name>libgdx-utils-box2d</name> 94 <description>Various utilities and features for the Box2D extension</description> 95 <package>net.dermetfan.gdx</package> 96 <version>0.13.3</version> 97 <compatibility>1.9.2</compatibility> 98 <website>http://dermetfan.net/libgdx-utils.php</website> 99 <gwtInherits> 100 <inherit>libgdx-utils-box2d</inherit> 101 </gwtInherits> 102 <projects> 103 <core> 104 <dependency>net.dermetfan.libgdx-utils:libgdx-utils-box2d</dependency> 105 </core> 106 <desktop></desktop> 107 <android></android> 108 <ios></ios> 109 <html> 110 <dependency>net.dermetfan.libgdx-utils:libgdx-utils:sources</dependency> 111 <dependency>net.dermetfan.libgdx-utils:libgdx-utils-box2d:sources</dependency> 112 </html> 113 </projects> 114 </extension> 115 <extension> 116 <name>gdx-facebook</name> 117 <description>Provides cross-platform support for Facebook Graph API</description> 118 <package>de.tomgrill.gdxfacebook</package> 119 <version>1.1.1</version> 120 <compatibility>1.7.0</compatibility> 121 <website>https://github.com/TomGrill/gdx-facebook</website> 122 <gwtInherits></gwtInherits> 123 <projects> 124 <core> 125 <dependency>de.tomgrill.gdxfacebook:gdx-facebook-core</dependency> 126 </core> 127 <desktop> 128 <dependency>de.tomgrill.gdxfacebook:gdx-facebook-desktop</dependency> 129 </desktop> 130 <android> 131 <dependency>de.tomgrill.gdxfacebook:gdx-facebook-android</dependency> 132 </android> 133 <ios> 134 <dependency>de.tomgrill.gdxfacebook:gdx-facebook-ios</dependency> 135 </ios> 136 <html>null</html> 137 </projects> 138 </extension> 139 <extension> 140 <name>gdx-dialogs</name> 141 <description>Provides cross-platform support for native dialogs</description> 142 <package>de.tomgrill.gdxdialogs</package> 143 <version>1.0.0</version> 144 <compatibility>1.7.0</compatibility> 145 <website>https://github.com/TomGrill/gdx-dialogs</website> 146 <gwtInherits></gwtInherits> 147 <projects> 148 <core> 149 <dependency>de.tomgrill.gdxdialogs:gdx-dialogs-core</dependency> 150 </core> 151 <desktop> 152 <dependency>de.tomgrill.gdxdialogs:gdx-dialogs-desktop</dependency> 153 </desktop> 154 <android> 155 <dependency>de.tomgrill.gdxdialogs:gdx-dialogs-android</dependency> 156 </android> 157 <ios> 158 <dependency>de.tomgrill.gdxdialogs:gdx-dialogs-ios</dependency> 159 </ios> 160 <html>null</html> 161 </projects> 162 </extension> 163 <extension> 164 <name>gdx-kiwi</name> 165 <description>Guava-inspired utilities for LibGDX.</description> 166 <package>com.github.czyzby.kiwi</package> 167 <version>1.6.1.9.2</version> 168 <compatibility>1.9.2</compatibility> 169 <website>https://github.com/czyzby/gdx-lml/tree/master/kiwi</website> 170 <gwtInherits> 171 <inherit>com.github.czyzby.kiwi.GdxKiwi</inherit> 172 </gwtInherits> 173 <projects> 174 <core> 175 <dependency>com.github.czyzby:gdx-kiwi</dependency> 176 </core> 177 <desktop></desktop> 178 <android></android> 179 <ios></ios> 180 <html> 181 <dependency>com.github.czyzby:gdx-kiwi:sources</dependency> 182 </html> 183 </projects> 184 </extension> 185 <extension> 186 <name>gdx-lml</name> 187 <description>Parser of HTML-like templates into Scene2D actors.</description> 188 <package>com.github.czyzby.lml</package> 189 <version>1.6.1.9.2</version> 190 <compatibility>1.9.2</compatibility> 191 <website>https://github.com/czyzby/gdx-lml/tree/master/lml</website> 192 <gwtInherits> 193 <inherit>com.github.czyzby.lml.GdxLml</inherit> 194 </gwtInherits> 195 <projects> 196 <core> 197 <dependency>com.github.czyzby:gdx-lml</dependency> 198 </core> 199 <desktop></desktop> 200 <android></android> 201 <ios></ios> 202 <html> 203 <dependency>com.github.czyzby:gdx-kiwi:sources</dependency> 204 <dependency>com.github.czyzby:gdx-lml:sources</dependency> 205 </html> 206 </projects> 207 </extension> 208 <extension> 209 <name>gdx-lml-vis</name> 210 <description>Parser of HTML-like templates into VisUI actors.</description> 211 <package>com.github.czyzby.lml.vis</package> 212 <version>1.6.1.9.2</version> 213 <compatibility>1.9.2</compatibility> 214 <website>https://github.com/czyzby/gdx-lml/tree/master/lml-vis</website> 215 <gwtInherits> 216 <inherit>com.github.czyzby.lml.vis.GdxLmlVis</inherit> 217 </gwtInherits> 218 <projects> 219 <core> 220 <dependency>com.github.czyzby:gdx-lml-vis</dependency> 221 </core> 222 <desktop></desktop> 223 <android></android> 224 <ios></ios> 225 <html> 226 <dependency>com.github.czyzby:gdx-kiwi:sources</dependency> 227 <dependency>com.github.czyzby:gdx-lml:sources</dependency> 228 <dependency>com.github.czyzby:gdx-lml-vis:sources</dependency> 229 <dependency external="true">com.kotcrab.vis:vis-ui:1.0.2:sources</dependency> 230 </html> 231 </projects> 232 </extension> 233</extensions> 234