linux, flutter texture render

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-03-25 16:27:30 +08:00
parent 2fdb8c65ae
commit defe9e6078
2 changed files with 2 additions and 2 deletions

View File

@ -586,7 +586,7 @@ jobs:
x86_64)
# no need mock on x86_64
export VCPKG_ROOT=/opt/artifacts/vcpkg
cargo build --lib --features hwcodec,flutter,${{ matrix.job.extra-build-features }} --release
cargo build --lib --features hwcodec,flutter,flutter_texture_render,${{ matrix.job.extra-build-features }} --release
;;
esac

View File

@ -92,7 +92,7 @@ dependencies:
password_strength: ^0.2.0
flutter_launcher_icons: ^0.11.0
flutter_keyboard_visibility: ^5.4.0
texture_rgba_renderer: ^0.0.14
texture_rgba_renderer: ^0.0.15
percent_indicator: ^4.2.2
dropdown_button2: ^2.0.0