Minor fix in UIHTMLTable layouting.

Add *very* basic HTML test. And *very* basic HTML demo. This is more than basic, it's just that I need something to quickly test stuff.
This commit is contained in:
Martín Lucas Golini
2026-03-28 02:45:24 -03:00
parent fe815e97ac
commit a14b8f4de0
19 changed files with 882 additions and 43 deletions

View File

@@ -1478,6 +1478,12 @@ workspace "eepp"
files { "src/examples/ui_richtext/*.cpp" }
build_link_configuration( "eepp-ui-richtext", true )
project "eepp-ui-html"
set_kind()
language "C++"
files { "src/examples/ui_html/*.cpp" }
build_link_configuration( "eepp-ui-html", true )
project "eepp-ui-markdownview"
set_kind()
language "C++"