-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update build workflow and dependencies
- Update the build workflow to include pull request labeled events for triggering builds. - Refactor the concurrency group to include the target or label name in the group name. - Update the build-apple job to include the 'build:apple' label as a trigger condition. - Update the build-android job to include the 'build:android' label as a trigger condition. - Update the build-wasm job to include the 'build:wasm' label as a trigger condition. chore: Update Makefile - Add the '-Dengines=sw' flag to the meson setup to enable the software rendering engine. chore: Update dotlottie-ffi dependencies - Update the version of dotlottie-ffi to '0.1.31' in the Cargo.toml file. chore: Update dotlottie-ffi Cargo.wasm.toml - Remove the 'codegen-units' and 'strip' options from the Cargo.wasm.toml file. chore: Update dotlottie-rs dependencies - Update the version of thiserror to '2.0.4' in the Cargo.toml file. chore: Update dotlottie-rs build.rs - Update the bindgen version to '0.71.0' in the build.rs file. chore: Update dotlottie-rs lottie_renderer/mod.rs - Update the serde_json version to '1.0.133' in the mod.rs file. chore: Update dotlottie-rs lottie_renderer/renderer.rs - Update the clear method signature in the renderer.rs file to include separate flags for clearing paints and buffers. chore: Update dotlottie-rs lottie_renderer/thorvg.rs - Update the clear method signature in the thorvg.rs file to include separate flags for clearing paints and buffers. feat: Add thorvg-v1 feature to dotlottie-rs - Add the 'thorvg-v1' feature to the dotlottie-rs Cargo.toml file. fix: Update DotLottieRuntime and DotLottiePlayerContainer - Update the new method signatures in the DotLottieRuntime and DotLottiePlayerContainer structs to include conditional compilation based on the 'thorvg-v0' and 'thorvg-v1' features. fix: Update DotLottiePlayer - Update the new method signature in the DotLottiePlayer struct to include conditional compilation based on the 'thorvg-v0' and 'thorvg-v1' features. fix: Update LottieRendererImpl - Update the render method in the LottieRendererImpl struct to include conditional compilation based on the 'thorvg-v1' feature. fix: Update TvgRenderer - Update the clear method in the TvgRenderer struct to include conditional compilation based on the 'thorvg-v1' feature. docs: Update README.md - Update the README.md file to reflect the recent changes.
- Loading branch information
Showing
11 changed files
with
95 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters