summaryrefslogtreecommitdiff
path: root/capi
diff options
context:
space:
mode:
authorReizner Evgeniy <razrfalcon@gmail.com>2018-04-26 22:18:13 +0300
committerReizner Evgeniy <razrfalcon@gmail.com>2018-04-26 22:18:13 +0300
commitad1150455d45dc032952ffe6833572f5c503fd86 (patch)
tree58636ccfab063ce588ff33165797cc373aa3c6d7 /capi
parenta7a30131375af6c95fb961a7b916a6e681949011 (diff)
Readme's updated.
Diffstat (limited to 'capi')
-rw-r--r--capi/README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/capi/README.md b/capi/README.md
index ea1ceb3..ee207d6 100644
--- a/capi/README.md
+++ b/capi/README.md
@@ -13,5 +13,11 @@ cargo build --release --features="qt-backend cairo-backend"
See [doc/build.md](../doc/build.md) for details.
-This will build a dynamic library. There is no point in building a static
-library since it still will depend on Qt/cairo.
+This will build a dynamic library. There is no point in building the static
+library since it will depend on Qt/cairo anyway.
+
+## Examples
+
+A usage example with a *cairo* backend can be found at [examples/cairo-capi](../examples/cairo-capi).
+
+A usage example with a *qt* backend can be found in the [demo](../demo) app.