diff options
| author | xiphon <xiphon@protonmail.com> | 2020-12-21 19:58:27 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-12-23 15:08:42 +0000 |
| commit | 8d4cda030e445d2b64cc327af125b538e014ecb0 (patch) | |
| tree | 846a62bdd48dde1e5eb636b7e127ab1bfe3153ef /.gitmodules | |
| parent | df771470c28c1efbb5402a755da0ab0dffaecd5f (diff) | |
| download | monzero-gui-8d4cda030e445d2b64cc327af125b538e014ecb0.tar.gz monzero-gui-8d4cda030e445d2b64cc327af125b538e014ecb0.tar.xz monzero-gui-8d4cda030e445d2b64cc327af125b538e014ecb0.zip | |
QR-Code-scanner: integrate QUIRC library, implement QrDecoder, drop ZBar
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ac11bb78..ac846a03 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ path = monero url = https://github.com/monero-project/monero ignore = all +[submodule "external/quirc"] + path = external/quirc + url = https://github.com/dlbeer/quirc/ |
