1 unstable release
0.1.0 | Dec 2, 2024 |
---|
#322 in GUI
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();