Skip to content

Commit

Permalink
Attempt to update to latest simpler Squid dep.
Browse files Browse the repository at this point in the history
This fails for some reason involving transitive dependencies. I don't understand it yet.
  • Loading branch information
tommyettinger committed Oct 6, 2023
1 parent be5c39b commit c2b7492
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 24 deletions.
13 changes: 7 additions & 6 deletions SquidSquad/DawnSquad/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ gdxBackendsVersion=1.1200.1
graalHelperVersion=c82cf80440
graalvmVersion=22.3.1
gwtFrameworkVersion=2.10.0
digitalVersion=0.4.0
juniperVersion=0.3.9
jdkgdxdsVersion=1.4.1
freetypeGwtVersion=1.9.10.1
regexodusVersion=0.1.15
squidSquadVersion=c4fb73e818
gwtPluginVersion=1.1.29
#digitalVersion=0.4.0
#juniperVersion=0.3.9
#jdkgdxdsVersion=1.4.1
#freetypeGwtVersion=1.9.10.1
#regexodusVersion=0.1.15
squidSquadVersion=b7d756c4f4
#squidSquadVersion=c4fb73e818
36 changes: 23 additions & 13 deletions SquidSquad/DawnSquad/html/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,37 @@ dependencies {
// implementation "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
// implementation "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
implementation "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
implementation "com.github.tommyettinger:digital:$digitalVersion:sources"
implementation "com.github.tommyettinger:juniper:$juniperVersion:sources"
implementation "com.github.tommyettinger:jdkgdxds:$jdkgdxdsVersion:sources"
implementation "com.github.tommyettinger:funderby:0.1.1:sources"
implementation "com.github.tommyettinger:regexodus:0.1.15:sources"

// implementation "com.github.tommyettinger:digital:$digitalVersion:sources"
// implementation "com.github.tommyettinger:juniper:$juniperVersion:sources"
// implementation "com.github.tommyettinger:jdkgdxds:$jdkgdxdsVersion:sources"
// implementation "com.github.tommyettinger:funderby:0.1.1:sources"
// implementation "com.github.tommyettinger:regexodus:0.1.15:sources"

// implementation "com.squidpony:SquidCore:$squidSquadVersion:sources"
// implementation "com.squidpony:SquidGrid:$squidSquadVersion:sources"
// implementation "com.squidpony:SquidPlace:$squidSquadVersion:sources"
// implementation "com.squidpony:SquidPath:$squidSquadVersion:sources"
// implementation "com.squidpony:SquidText:$squidSquadVersion:sources"
// implementation "com.squidpony:SquidSmooth:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidCore:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidGrid:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidPlace:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidPath:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidText:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidSmooth:$squidSquadVersion:sources"

// implementation "com.github.yellowstonegames.squidsquad:SquidCore:$squidSquadVersion:sources"
// implementation "com.github.yellowstonegames.squidsquad:SquidGrid:$squidSquadVersion:sources"
// implementation "com.github.yellowstonegames.squidsquad:SquidPlace:$squidSquadVersion:sources"
// implementation "com.github.yellowstonegames.squidsquad:SquidPath:$squidSquadVersion:sources"
// implementation "com.github.yellowstonegames.squidsquad:SquidText:$squidSquadVersion:sources"
// implementation "com.github.yellowstonegames.squidsquad:SquidSmooth:$squidSquadVersion:sources"

gwt "com.github.yellowstonegames.squidsquad:SquidCore:$squidSquadVersion:sources"
gwt "com.github.yellowstonegames.squidsquad:SquidGrid:$squidSquadVersion:sources"
gwt "com.github.yellowstonegames.squidsquad:SquidPlace:$squidSquadVersion:sources"
gwt "com.github.yellowstonegames.squidsquad:SquidPath:$squidSquadVersion:sources"
gwt "com.github.yellowstonegames.squidsquad:SquidText:$squidSquadVersion:sources"
gwt "com.github.yellowstonegames.squidsquad:SquidSmooth:$squidSquadVersion:sources"


implementation "com.github.intrigus.gdx-freetype-gwt:gdx-freetype-gwt:$freetypeGwtVersion"
implementation "com.github.intrigus.gdx-freetype-gwt:gdx-freetype-gwt:$freetypeGwtVersion:sources"
// implementation "com.github.intrigus.gdx-freetype-gwt:gdx-freetype-gwt:$freetypeGwtVersion"
// implementation "com.github.intrigus.gdx-freetype-gwt:gdx-freetype-gwt:$freetypeGwtVersion:sources"

implementation project(':core')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<source path="" />
<inherits name="com.badlogic.gdx.backends.gdx_backends_gwt" />

<inherits name="com.badlogic.gdx.graphics.g2d.freetype.freetype-gwt" />
<!-- <inherits name="com.badlogic.gdx.graphics.g2d.freetype.freetype-gwt" />-->
<inherits name="com.github.yellowstonegames.squidcore" />
<inherits name="com.github.yellowstonegames.squidgrid" />
<inherits name="com.github.yellowstonegames.squidplace" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public ApplicationListener createApplicationListener() {
return new DawnSquad();
}

@Override
public void onModuleLoad() {
com.badlogic.gdx.graphics.g2d.freetype.gwt.FreetypeInjector.inject(super::onModuleLoad);
}
// @Override
// public void onModuleLoad() {
// com.badlogic.gdx.graphics.g2d.freetype.gwt.FreetypeInjector.inject(super::onModuleLoad);
// }
}

0 comments on commit c2b7492

Please sign in to comment.