From 02b67fdb4f0eb774081e0340256f6c3cdf98a436 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Mon, 11 Dec 2023 23:32:04 -0700 Subject: [PATCH] Add link to liboxide docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 16694b9..c660ad0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ reMarkable Template Qt Oxide Application - [src/vendor/epaper/epframebuffer.h](src/vendor/epaper/epframebuffer.h) - Methods for direct access to the reMarkable screen. - [src/vendor/epaper/libqsgepaper.a](src/vendor/epaper/libqsgepaper.a) - Static library that contains the epaper Qt platform. This is required for Qt to be able to interact with the screen on the reMarkable. +- [src/vendor/liboxide](src/vendor/liboxide) - The liboxide API ([Documentation](https://oxide.eeems.codes/liboxide/)) - [src/vendor/epaper.pri](src/vendor/epaper.pri) - Include file used by [src/src.pro](src/src.pro) to allow the application to access the epaper Qt platform. +- [src/vendor/liboxide.pri](src/vendor/liboxide.pri) - Include file used by [src/src.pro](src/src.pro) to include the liboxide API. - [src/controller.h](src/controller.h) - Basic controller object that provides an interop between QML and C++. - [src/main.cpp](src/main.cpp) - Main application code. - [src/main.qml](src/main.qml) - Main user interface.