Skip to content

Commit

Permalink
update spine-c runtime to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Feb 20, 2023
1 parent 2fea9c0 commit c652ca6
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 306 deletions.
4 changes: 2 additions & 2 deletions src/c/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! Direct access to the [Spine C Runtime](http://en.esotericsoftware.com/spine-c).
//!
//! Transpiled from spine-c commit
//! [d9935741c2b84abea85e961489ed71b5b473aa64](https://github.com/EsotericSoftware/spine-runtimes/tree/d9935741c2b84abea85e961489ed71b5b473aa64)
//! [de808262bb84f61f24627c96a50a25370390af76](https://github.com/EsotericSoftware/spine-runtimes/tree/de808262bb84f61f24627c96a50a25370390af76)
//!
//! Transpiled using c2rust commit [00ace7631ee3b5cc4447a0562c62b82eedd27812](https://github.com/immunant/c2rust/tree/00ace7631ee3b5cc4447a0562c62b82eedd27812)
//! Transpiled using c2rust commit [0a2b64b4f83b42f08fe13c3d4fbd8b5b167f07a8](https://github.com/immunant/c2rust/tree/0a2b64b4f83b42f08fe13c3d4fbd8b5b167f07a8)
#[cfg(not(feature = "libc"))]
#[macro_use]
mod wasm;
Expand Down
Loading

0 comments on commit c652ca6

Please sign in to comment.