[Adaptation Layer] Added rive-tizen adaptation layer class.
authorMichal Szczecinski <mihashco89@gmail.com>
Sat, 13 Aug 2022 08:15:19 +0000 (10:15 +0200)
committerMichal Szczecinski <mihashco89@gmail.com>
Wed, 17 Aug 2022 19:59:35 +0000 (21:59 +0200)
commit9af04314a1443c1302e08280ddd5f4deab66c20d
treeef4de460c195343831cf7818e3be965da4a3cb8d
parent618a72378dac111b4ed0b7acb2df2b2268f9d460
[Adaptation Layer] Added rive-tizen adaptation layer class.

RiveTizen class is an adapter between two versions of rive-cpp. This
allows us to seamlessly update the rive-cpp version, which in some cases
provides a new API without breaking the entire dependency system.

Update process will be performed in 3 or 4 steps:
1. Merge this commit
2. Use introduced class in the dali extension code.
3. Update rive-cpp
4. Remove or left adapter for future changes.
inc/rive_tizen.hpp
meson.build
packaging/rive-tizen.spec
src/renderer/meson.build
src/rive_tizen.cpp