pyxel-platform 2.2.7

Platform abstraction layer for Pyxel, a retro game engine for Python
[package]
name = "pyxel-platform"
version = "2.2.7"
authors = ["Takashi Kitao <takashi.kitao@gmail.com>"]
edition = "2021"
description = "Platform abstraction layer for Pyxel, a retro game engine for Python"
repository = "https://github.com/kitao/pyxel"
license = "MIT"
keywords = ["game", "gamedev", "python"]
categories = ["game-engines", "graphics", "multimedia"]

[dependencies]
cfg-if = "1.0"
glow = "0.15"
once_cell = "1.18"
parking_lot = "0.12"
paste = "1.0"

[build-dependencies]
bindgen = "0.70"
cmake = "0.1"
flate2 = "1.0"
tar = "0.4"