[package]
name = "pyxel-wrapper"
version = "1.8.2"
authors = ["Takashi Kitao <takashi.kitao@gmail.com>"]
edition = "2021"
description = "Python wrapper for Pyxel, a retro game engine for Python"
repository = "https://github.com/kitao/pyxel"
license = "MIT"
readme = "../../docs/README-abspath.md"
categories = ["game-engines", "graphics", "multimedia"]
keywords = ["game", "gamedev", "python"]
[lib]
name = "pyxel_wrapper"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.16", features = ["abi3-py37", "extension-module"] }
pyxel-engine = { path = "../pyxel-engine", version = "1.8.2" }
[target.'cfg(not(target_os = "emscripten"))'.dependencies]
sysinfo = "0.23"
[build-dependencies]
cc = "1.0"
[patch.crates-io]
cmake = { git = "https://github.com/messense/cmake-rs.git", branch = "cross-compile" }
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2.git", branch = "master" }
[package.metadata.maturin]
name = "pyxel.pyxel_wrapper"