From 8acd060f0b35038582f43cc4abfb9b208bf4be3e Mon Sep 17 00:00:00 2001 From: no92 Date: Fri, 18 Oct 2024 01:02:19 +0200 Subject: [PATCH] meta: add README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3408934 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# lil + +`lil` is a library for modesetting Intel integrated GPUs. + +## State + +> **TL;DR: don't expect this to work yet, API are absolutely not stable yet** + +Currently, `lil` is in active development. It might or might not work on your hardware, and hardware `lil` supports might not operate correctly in all cases. All APIs, public-facing or not, are not yet stable. They can and will change without notice, at least until we start tagging releases.