rafaskb / typing-label

A libGDX Label that appears as if it was being typed in real time.
MIT License
151 stars 20 forks source link

Update RegExodus dependency (gwt.xml change). #30

Closed tommyettinger closed 1 year ago

tommyettinger commented 1 year ago

This one is important for gdx-liftoff, which tries to pick the most recent version for any dependency (0.1.15 for RegExodus). That most recent RegExodus uses a different inherits line in its .gwt.xml file, because I discovered with many of my libraries that using the root folder (regexodus) causes problems that are fixed by using a subfolder (regexodus.regexodus). I don't know exactly what the nature of the root-folder problem was, other than it affected user projects, I probably had too many libraries all using the root folder, and they conflicted in some way. Using subfolders seems to fix this, but that means changing the RegExodus dependency (and if using GWT, the inherits line, in user projects :( ).