Support reentrant screen. (#196)

This commit is contained in:
Arthur Sonzogni
2021-09-01 17:47:48 +02:00
committed by GitHub
parent 9763dbf744
commit 2ccc599db9
4 changed files with 107 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ set(DIRECTORY_LIB component)
example(button)
example(checkbox)
example(nested_screen)
example(checkbox_in_frame)
example(composition)
example(gallery)