Compare commits

...

4 Commits

Author SHA1 Message Date
6af3a0e5fa [DEV] remove dependency with scenarium 2022-10-03 23:44:55 +02:00
c1fb62af2c ---No commit message--- 2022-10-03 00:08:29 +02:00
034bb3548f ---No commit message--- 2022-10-03 00:08:20 +02:00
6be7fa6e97 ---No commit message--- 2022-10-01 15:45:33 +02:00
2 changed files with 1 additions and 6 deletions

View File

@ -16,11 +16,6 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/scenarium-logger">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/atriasoft-egami">
<attributes>
<attribute name="module" value="true"/>

View File

@ -6,5 +6,5 @@ open module org.atriasoft.pngdecoder {
exports org.atriasoft.pngdecoder;
requires transitive org.atriasoft.egami;
requires transitive io.scenarium.logger;
requires transitive org.atriasoft.reggol;
}