From ad1150455d45dc032952ffe6833572f5c503fd86 Mon Sep 17 00:00:00 2001 From: Reizner Evgeniy Date: Thu, 26 Apr 2018 22:18:13 +0300 Subject: Readme's updated. --- capi/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'capi') 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. -- cgit v1.2.3