[[test]]
harness = false
name = "tests"
path = "tests/test_pyxel.rs"
[build-dependencies.cc]
version = "1.0"
[dependencies.array-macro]
version = "2.1"
[dependencies.chrono]
version = "0.4"
[dependencies.gif]
version = "0.11"
[dependencies.image]
version = "0.24"
[dependencies.indexmap]
version = "1.8"
[dependencies.noise]
version = "0.7"
[dependencies.once_cell]
version = "1.13"
[dependencies.parking_lot]
version = "0.12"
[dependencies.platform-dirs]
version = "0.3"
[dependencies.rand]
version = "0.8"
[dependencies.rand_xoshiro]
version = "0.6"
[dependencies.zip]
default-features = false
features = ["deflate"]
version = "0.6"
[lib]
name = "pyxel"
path = "src/lib.rs"
[package]
authors = ["Takashi Kitao <takashi.kitao@gmail.com>"]
categories = ["game-engines", "graphics", "multimedia"]
description = "Core engine for Pyxel, a retro game engine for Python"
edition = "2021"
keywords = ["game", "gamedev", "python"]
license = "MIT"
name = "pyxel-engine"
readme = "README-abspath.md"
repository = "https://github.com/kitao/pyxel"
resolver = "2"
version = "1.8.2"
[target."cfg(any(target_os = \"linux\", target_os = \"emscripten\"))".dependencies.sdl2]
default-features = false
features = ["unsafe_textures"]
version = "0.35"
[target."cfg(any(target_os = \"windows\", target_os = \"macos\"))".dependencies.sdl2]
default-features = false
features = ["bundled", "static-link", "unsafe_textures"]
version = "0.35"