Crates.io | mctools |
lib.rs | mctools |
version | 0.1.1 |
source | src |
created_at | 2024-04-07 22:54:30.060464 |
updated_at | 2024-04-09 20:01:00.927931 |
description | A Rust library that contains some Minecraft tools. |
homepage | |
repository | https://github.com/ClintFlames/mctools |
max_upload_size | |
id | 1199594 |
size | 17,482 |
A Rust library that contains some Minecraft tools.
List of supported png:
Although rgb
, indexed
and grayscale
supported, i recommend not using it.
fn main() {
mctools::skin_to_totem::generate("path_to_skin.png", "where_save_totem.png", true).unwrap();
}