rust-sfml v0.13.2 Release Notes

Release Date: 2017-09-09 // over 6 years ago
  • Various API changes, including using associated consts where possible.

    For example, the various predefined colors are now proper associated consts, instead of methods on Color.

    💅 This also removes some unnecessary submodules, like the style module that holds the constants for the Style type. They are not associated consts on Style itself.