currust 1.3.4

A tool to convert Windows (CUR/ANI) cursor themes to Linux (Xcursor) cursor themes.
1
2
3
4
//! Contains generic representations of cursors for easier conversions.

pub mod cursor_image;
pub mod generic_cursor;