| Crates.io | xcursor-writer |
| lib.rs | xcursor-writer |
| version | 0.1.0 |
| created_at | 2024-12-02 14:01:33.114386+00 |
| updated_at | 2024-12-02 14:01:33.114386+00 |
| description | A library to write xcursor format |
| homepage | |
| repository | https://github.com/elbaro/xcursor-writer |
| max_upload_size | |
| id | 1468684 |
| size | 7,052 |
A library to write xcursor format.
xcursor_writer::write(
&mut std::io::BufWriter::new(std::fs::File::create("cursors/default").unwrap()),
&[image],
&[],
)
.unwrap();