Skip to content

Commit

Permalink
update to latest spine-c
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Nov 12, 2023
1 parent 2199add commit 760f1f7
Show file tree
Hide file tree
Showing 6 changed files with 281 additions and 272 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 0.7.0 (UNRELEASED)
- Removed unnecessary feature `use_libc`, use `libc` instead
- Upstream fixes
- Reduce allocations ([EsotericSoftware/spine-runtimes#2325](https://github.com/EsotericSoftware/spine-runtimes/issues/2325))
- Fix double free of sequences in mesh attachments ([EsotericSoftware/spine-runtimes#2394](https://github.com/EsotericSoftware/spine-runtimes/issues/2394))
- Fix buffer overflow when loading sequences with less than 10 frames ([EsotericSoftware/spine-runtimes#2397](https://github.com/EsotericSoftware/spine-runtimes/issues/2397))
- Fix incorrect allocation of TransformTimeline ([EsotericSoftware/spine-runtimes#2401](https://github.com/EsotericSoftware/spine-runtimes/issues/2401))
- Remove unnecessary feature `use_libc`, use `libc` instead
- More clippy fixes
- Fixes for pointer, abi, and memory undefined behavior
- Lots of docs
Expand Down
2 changes: 1 addition & 1 deletion src/c/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Direct access to the [Spine C Runtime](http://en.esotericsoftware.com/spine-c).
//!
//! Transpiled from spine-c commit
//! [f85fb25a35d69a659e3d8d01a99b1fc93f759778](https://github.com/EsotericSoftware/spine-runtimes/tree/f85fb25a35d69a659e3d8d01a99b1fc93f759778)
//! [c960402c08ae6814ac55cd2e3675a587977f424a](https://github.com/EsotericSoftware/spine-runtimes/tree/c960402c08ae6814ac55cd2e3675a587977f424a)
//!
//! Transpiled using c2rust commit [0a2b64b4f83b42f08fe13c3d4fbd8b5b167f07a8](https://github.com/immunant/c2rust/tree/0a2b64b4f83b42f08fe13c3d4fbd8b5b167f07a8)
#[cfg(not(feature = "libc"))]
Expand Down
Loading

0 comments on commit 760f1f7

Please sign in to comment.