add qr scanning support

This commit is contained in:
Craig Raw
2020-08-04 12:47:29 +02:00
parent 709c65ec20
commit c9c00cc74e
14 changed files with 448 additions and 6 deletions
+1
View File
@@ -18,6 +18,7 @@ open module com.sparrowwallet.sparrow {
requires org.jetbrains.annotations;
requires com.fasterxml.jackson.databind;
requires cbor;
requires webcam.capture;
requires centerdevice.nsmenufx;
requires javafx.swing;
}