Readme update

This commit is contained in:
Michael Freno
2025-11-09 12:04:56 -05:00
parent 694a2d0a2e
commit 474dac3d4e

View File

@@ -10,7 +10,6 @@ This library is under active development. While many features are functional, so
### Coming Soon ### Coming Soon
The following features are currently being actively developed: The following features are currently being actively developed:
- **Input Fields**: Password fields, and text areas(multi-line)
- **Generic Image Support**: Enhanced image rendering capabilities and utilities - **Generic Image Support**: Enhanced image rendering capabilities and utilities
## Features ## Features
@@ -384,7 +383,6 @@ local input = Gui.new({
end end
}) })
-- Multi-line text area (coming soon - subject to change)
local textArea = Gui.new({ local textArea = Gui.new({
x = 10, x = 10,
y = 50, y = 50,