SAtacker / bb-config

Configure your beagle device
MIT License
41 stars 7 forks source link

Specify which version of FTXUI to use. #1

Closed ArthurSonzogni closed 3 years ago

ArthurSonzogni commented 3 years ago

To avoid being broken by non backward compatible change from FTXUI, its version can be specified:

FetchContent_Declare(ftxui
  GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
  GIT_TAG 87a1d75bf1c1ee964e8eed4a6686544ae3b44116
)

FTXUI merge the mouse support and functional component, which broke beagle-config.

SAtacker commented 3 years ago

Yes, Thank you for providing the GIT_TAG.

ArthurSonzogni commented 3 years ago

I tried to make the ftxui/component part more functional. The example become: https://github.com/ArthurSonzogni/FTXUI/blob/master/examples/component/slider_rgb.cpp

SAtacker commented 3 years ago

I think I should close this issue now.