Crates.io | pyxel |
lib.rs | pyxel |
version | 0.2.2 |
source | src |
created_at | 2019-03-16 17:13:11.666586 |
updated_at | 2019-07-26 12:07:02.760901 |
description | Pyxel is a library for loading [PyxelEdit](https://pyxeledit.com) documents in Rust |
homepage | https://github.com/adtennant/pyxel |
repository | https://github.com/adtennant/pyxel.git |
max_upload_size | |
id | 121404 |
size | 39,430 |
Pyxel is a library for loading PyxelEdit documents in Rust. Current only the latest (v0.4.8) version of PyxelEdit is officially supported.
Add this to your Cargo.toml
:
[dependencies]
pyxel = "0.2.1"
Then open a .pyxel
file like this:
let doc = pyxel::open("resources/doc.pyxel")?;
See the docs for more information.
The following features are available:
images
— Can be used to automatically load layer and tileset images within the Pyxel document using image
.