mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-17 18:22:42 +08:00
Deprecate the rlottie player. The ThorVG-based lv_lottie widget is part of LVGL and needs no external library. Following the deprecation guidelines: - @deprecated Doxygen tags and LV_DEPRECATED on the rlottie create functions - LV_LOG_DEPRECATED runtime warning in both create functions - migration-v10.mdx entry pointing to lv_lottie The rlottie docs page already carries a deprecation callout. Live call sites in the kept examples are wrapped with LV_DEPRECATIONS_IGNORE_BEGIN/END so the -Wdeprecated -Werror build stays clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>