Skip to content

Commit

Permalink
update spine-c runtime to latest, fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Feb 27, 2023
1 parent c652ca6 commit b6f5ed3
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 483 deletions.
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
//! [de808262bb84f61f24627c96a50a25370390af76](https://github.com/EsotericSoftware/spine-runtimes/tree/de808262bb84f61f24627c96a50a25370390af76)
//! [15f9e39b1473acbf7e1c2ec77f919c6d645f9d86](https://github.com/EsotericSoftware/spine-runtimes/tree/15f9e39b1473acbf7e1c2ec77f919c6d645f9d86)
//!
//! Transpiled using c2rust commit [0a2b64b4f83b42f08fe13c3d4fbd8b5b167f07a8](https://github.com/immunant/c2rust/tree/0a2b64b4f83b42f08fe13c3d4fbd8b5b167f07a8)
#[cfg(not(feature = "libc"))]
Expand Down
Loading

0 comments on commit b6f5ed3

Please sign in to comment.