currust 1.3.4

A tool to convert Windows (CUR/ANI) cursor themes to Linux (Xcursor) cursor themes.
1
2
3
4
5
6
//! Groups modules that handle file formats, such as ANI and Xcursor.

pub mod ani;
pub mod crs;
pub mod inf;
pub mod xcursor;