xcursor-writer

Crates.ioxcursor-writer
lib.rsxcursor-writer
version0.1.0
created_at2024-12-02 14:01:33.114386+00
updated_at2024-12-02 14:01:33.114386+00
descriptionA library to write xcursor format
homepage
repositoryhttps://github.com/elbaro/xcursor-writer
max_upload_size
id1468684
size7,052
elbaro (elbaro)

documentation

https://docs.rs/xcursor-writer

README

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();
Commit count: 1

cargo fmt