livesplit-core 0.13.0

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
Documentation
mod allocation;
mod handles;
mod shared_ownership;

pub use self::{
    allocation::{FontKind, Label, PathBuilder, ResourceAllocator},
    handles::*,
    shared_ownership::SharedOwnership,
};