Skip to content

Commit

Permalink
some notes about the transpiler commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Sep 25, 2022
1 parent 3039c7b commit c9d9acd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/c/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +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)
//!
//! Transpiled using c2rust commit [00ace7631ee3b5cc4447a0562c62b82eedd27812](https://github.com/immunant/c2rust/tree/00ace7631ee3b5cc4447a0562c62b82eedd27812)
#[cfg(not(feature = "libc"))]
#[macro_use]
mod wasm;
Expand Down

0 comments on commit c9d9acd

Please sign in to comment.