summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>