diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2019-11-27 11:23:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 11:23:38 +0100 |
commit | fa4ea60d3692aa2435ebab3add1f776aef3445c9 (patch) | |
tree | cfeec482c7bbfa1d2594199d6058e72a6b2dea2a /core/res | |
parent | c644272e3be0c8e2a3b04595ec2249ed4e76e56e (diff) | |
parent | b55b2049e064f34b89fc11f7629336781259a445 (diff) | |
download | gdx-boardgame-fa4ea60d3692aa2435ebab3add1f776aef3445c9.zip gdx-boardgame-fa4ea60d3692aa2435ebab3add1f776aef3445c9.tar.gz |
Merge pull request #1 from SimonIT/jitpack-preperations
Jitpack and GWT preparations
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/ch/asynk/gdx/boardgame.gwt.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/res/ch/asynk/gdx/boardgame.gwt.xml b/core/res/ch/asynk/gdx/boardgame.gwt.xml new file mode 100644 index 0000000..15cb956 --- /dev/null +++ b/core/res/ch/asynk/gdx/boardgame.gwt.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" + "http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd"> +<module> + <source path=""/> + <inherits name="com.badlogic.gdx.backends.gdx_backends_gwt"/> +</module> |