repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add note.
[SquirrelJME.git]
/
tools
/
txt-to-pbm
/
build.gradle
blob
4a8aa4659d34c0d54ae245e631b734d7c4113390
1
plugins
2
{
3
id "java"
4
id "application"
5
}
6
7
description = "Text to PBM"
8
mainClassName = "dev.shadowtail.txttopbm.Main"
9
10
dependencies
11
{
12
implementation project(":modules:midp-lcdui")
13
}