summaryrefslogtreecommitdiffstats
path: root/libraries/zxing-cpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/zxing-cpp/README')
-rw-r--r--libraries/zxing-cpp/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/libraries/zxing-cpp/README b/libraries/zxing-cpp/README
deleted file mode 100644
index 7e7c2ad1d0..0000000000
--- a/libraries/zxing-cpp/README
+++ /dev/null
@@ -1,20 +0,0 @@
-ZXing-C++ ("zebra crossing") is an open-source, multi-format
-linear/matrix barcode image processing library implemented in C++.
-
-It was originally ported from the Java ZXing Library but has been
-developed further and now includes many improvements in terms of
-runtime and detection performance. It can both read and write
-barcodes in a number of formats.
-
-Features:
- * Written in pure C++17 (/C++20), no third-party dependencies
- (for the library itself)
- * Thread safe
- * Wrappers/Bindings for:
- - Android
- - C
- - iOS
- - Python
- - WebAssembly
- - WinRT
- - Flutter (external project)