Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix issue on android array allocation (#25)
* Update README with badges and detailed project description Added multiple badges for status, version, license, and Discord, improving project visibility. Expanded the project description to highlight functionality, platform compatibility, and backend details. Included a link to the demo folder for better usability guidance. * Update README with usage guide and project description Added a detailed "How to use" section for integrating the library into multiplatform projects. Clarified the project description to emphasize its role as a Kotlin binding for the wgpu library. * Update version references in README and build script Adjusted the displayed version in the README badge to v22.0.1 for consistency. Updated the default version in build.gradle.kts to v22.0.2-SNAPSHOT. * "Optimize array allocation with proper memory sizing" This update ensures that memory for arrays is allocated with the correct size, leveraging the `allocator` to prevent potential memory mismanagement. Each structure now explicitly calculates the required memory size, improving performance and reducing errors. * Update CI workflow to include 'fix/**' branch triggers Extended the workflow to run on pushes and pull requests targeting 'fix/**' branches. This ensures that fixes are properly tested and integrated with the CI pipeline.
- Loading branch information