pyxel-wrapper 2.6.4

Python extension module for Pyxel, a retro game engine for Python
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
sdl2 = ["pyxel-engine/sdl2"]
sdl2_bundle = ["pyxel-engine/sdl2_bundle"]

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

[dependencies.pyo3]
version = "0.28"
features = [
    "abi3-py38",
    "extension-module",
]

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

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