#cursor #write #writer #format #image #xcursor

xcursor-writer

A library to write xcursor format

1 unstable release

new 0.1.0 Dec 2, 2024

#90 in #cursor

MIT license

7KB
128 lines

xcursor-writer

A library to write xcursor format.

xcursor_writer::write(
    &mut std::io::BufWriter::new(std::fs::File::create("cursors/default").unwrap()),
    &[image],
    &[],
)
.unwrap();

No runtime deps