mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
list libqrcodegen in README
This commit is contained in:
parent
23e8126b17
commit
790a953c82
@ -113,11 +113,12 @@ that fine library.
|
||||
* (build) A C11 and a C++17 compiler
|
||||
* (build) CMake 3.14.0+
|
||||
* (build+runtime) From NCURSES: terminfo 6.1+
|
||||
* (OPTIONAL) (build+runtime) From FFMpeg: libswscale 5.0+, libavformat 57.0+, libavutil 56.0+
|
||||
* (OPTIONAL) (build+runtime) From [FFMpeg](https://www.ffmpeg.org/): libswscale 5.0+, libavformat 57.0+, libavutil 56.0+
|
||||
* (OPTIONAL) (build+runtime) [libqrcodegen](https://github.com/nayuki/QR-Code-generator) 1.5.0+
|
||||
* (OPTIONAL) (testing) [Doctest](https://github.com/onqtam/doctest) 2.3.5+
|
||||
* (OPTIONAL) (documentation) [pandoc](https://pandoc.org/index.html) 1.19.2+
|
||||
* (OPTIONAL) (python bindings): Python 3.7+, CFFI 1.13.2+
|
||||
* (OPTIONAL) (rust bindings): rust 1.40.0+, cargo 0.40.0+, cmake-rs 0.1.42+
|
||||
* (OPTIONAL) (python bindings): Python 3.7+, [CFFI](https://pypi.org/project/cffi/) 1.13.2+
|
||||
* (OPTIONAL) (rust bindings): rust 1.40.0+, cargo 0.40.0+, [bindgen](https://crates.io/crates/bindgen) 0.53.0+
|
||||
|
||||
### Building
|
||||
|
||||
|
@ -13,6 +13,6 @@ categories = ["external-ffi-bindings"]
|
||||
[dependencies]
|
||||
libc = "0.2.66"
|
||||
[build-dependencies]
|
||||
bindgen = "0.52.0"
|
||||
bindgen = ">= 0.52.0"
|
||||
cc = "1.0"
|
||||
pkg-config = "0.3.17"
|
||||
|
Loading…
x
Reference in New Issue
Block a user