diff options
author | David Robillard <d@drobilla.net> | 2012-07-09 03:49:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-09 03:49:31 +0000 |
commit | b9ae60a072a21b59764bfc5a524c8b1581aed681 (patch) | |
tree | aae8a3c68d04c7eb1e441035a5d6e7096f47c75f /README | |
parent | 5b998e050bd85daa3708e3b13c2784c6d5c2dda5 (diff) | |
download | suil-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
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |