Starting to make a complexer toggler and picker

This commit is contained in:
obvWolf
2023-11-06 01:28:34 -06:00
parent fb304993a5
commit 288ae6f6be
7 changed files with 47 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
group 'me.trouper'
version '0.0.3'
version '0.0.4'
repositories {
mavenCentral()
@@ -11,6 +11,7 @@ repositories {
dependencies {
implementation 'net.objecthunter:exp4j:0.4.8'
implementation 'com.ezylang:EvalEx:3.0.5'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}