summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-09 03:49:31 +0000
committerDavid Robillard <d@drobilla.net>2012-07-09 03:49:31 +0000
commitb9ae60a072a21b59764bfc5a524c8b1581aed681 (patch)
treeaae8a3c68d04c7eb1e441035a5d6e7096f47c75f
parent5b998e050bd85daa3708e3b13c2784c6d5c2dda5 (diff)
downloadsuil-b9ae60a072a21b59764bfc5a524c8b1581aed681.tar.gz
suil-b9ae60a072a21b59764bfc5a524c8b1581aed681.tar.bz2
suil-b9ae60a072a21b59764bfc5a524c8b1581aed681.zip
Add blurb about toolkit dependencies.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4524 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 8501c62..63f7692 100644
--- a/README
+++ b/README
@@ -5,6 +5,9 @@ Suil is a library for LV2 hosts intended to make using LV2 plugin UIs as
as simple as possible, including support for hosting a UI in any supported
toolkit in a host written in another supported toolkit.
+Suil insulates hosts from toolkit libraries used by plugin UIs, for example a
+Gtk host can embed a Qt UI without linking against Qt at compile time.
+
For more information, see <http://drobilla.net/software/suil>.
-- David Robillard <d@drobilla.net>