Type Alias pink::system::VersionTuple

source ·
pub type VersionTuple = (u16, u16, u16);
Expand description

A tuple representing the version of the crate as (major, minor, patch).