pyxel-wrapper 2.2.7

Python extension module for Pyxel, a retro game engine for Python
[dependencies.pyo3]
features = ["abi3-py38", "extension-module"]
version = "0.22"

[dependencies.pyxel-engine]
version = "2.2.7"

[lib]
crate-type = ["cdylib"]
name = "pyxel_wrapper"
path = "src/lib.rs"

[package]
authors = ["Takashi Kitao <takashi.kitao@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["game-engines", "graphics", "multimedia"]
description = "Python extension module for Pyxel, a retro game engine for Python"
edition = "2021"
keywords = ["game", "gamedev", "python"]
license = "MIT"
name = "pyxel-wrapper"
readme = "README.md"
repository = "https://github.com/kitao/pyxel"
version = "2.2.7"

[target.'cfg(not(target_os = "emscripten"))'.dependencies.sysinfo]
version = "0.32"