summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-20 12:09:48 -0500
committerDavid Robillard <d@drobilla.net>2018-12-20 12:31:58 -0500
commite813e36af18483cf7e1fef8910160f5699a6f893 (patch)
tree068b2a9d162d49b3e1fc4c8aba5f4a43cc24a3e7 /README
parent8d507420c0e91ed704b692187f9962d7fcf0e15f (diff)
downloadsuil-e813e36af18483cf7e1fef8910160f5699a6f893.tar.gz
suil-e813e36af18483cf7e1fef8910160f5699a6f893.tar.bz2
suil-e813e36af18483cf7e1fef8910160f5699a6f893.zip
Move README to README.md
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 0 insertions, 13 deletions
diff --git a/README b/README
deleted file mode 100644
index bdfc668..0000000
--- a/README
+++ /dev/null
@@ -1,13 +0,0 @@
-Suil
-====
-
-Suil is a library for loading and wrapping LV2 plugin UIs.
-For more information, see <http://drobilla.net/software/suil>.
-
-With Suil, a host written in one supported toolkit can embed a plugin UI
-written in a different 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.
-
- -- David Robillard <d@drobilla.net>
-