From 46ff39f4a489475e11d6f9b8401c244b07059b46 Mon Sep 17 00:00:00 2001 From: FluxxCode Date: Wed, 31 Jan 2024 22:27:12 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5386ea7c..bd703c81 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # egui-file-dialog This repository provides an easy-to-use file dialog (a.k.a. file explorer, file picker) for [egui](https://github.com/emilk/egui). This makes it possible to use a file dialog directly in the egui application without having to rely on the file explorer of the operating system. + + The goal for the future is that parts of the dialog can be dynamically adapted so that it can be used in different situations. One goal, for example, is that the labels can be dynamically adjusted to support different languages. - +The project is currently in a very early version. Some planned features are still missing and some improvements still need to be made. -The project is currently in a very early version. Some planned features are still missing and some improvements still need to be made. \ **NOTE**: As long as version 1.0.0 has not yet been reached, even minor version increases may contain breaking changes. **Currently only tested on Linux and Windows!**