Add the (currently android) easter mode

This commit is contained in:
Ethan O'Brien
2025-11-30 17:26:26 -06:00
parent 60eb7d469b
commit ad0d222c96
8 changed files with 110 additions and 102 deletions

View File

@@ -27,7 +27,6 @@ cbc = { version = "0.1.2", features = ["alloc"] }
aes = "0.8.4"
pem = "3.0.6"
ureq = "3.1.4"
include_dir = { version = "0.7.4", optional = true }
[target.aarch64-linux-android.dependencies]
jni = { version = "0.21.1", features = ["invocation", "default"] }
@@ -41,7 +40,7 @@ cc = "1.0"
# To enable this library you MUST comment out lib block below and add --features library
[features]
library = ["dep:include_dir"]
library = []
#[lib]
#crate-type = ["cdylib"]