jabuwu / rusty_spine

Spine runtime for Rust (and wasm!) transpiled from the official C Runtime.
https://docs.rs/rusty_spine
Other
46 stars 4 forks source link

Feat/track time mut #24

Closed dt665m closed 8 months ago

dt665m commented 8 months ago

Official docs and the doc comments in the code mention that the TrackEntry's track time should be mutable. This PR uses the c_accessor_mut macro for that field.