# 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-platform" version = "2.2.7" authors = ["Takashi Kitao "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Platform abstraction layer 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" [lib] name = "pyxel_platform" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0" [dependencies.glow] version = "0.15" [dependencies.once_cell] version = "1.18" [dependencies.parking_lot] version = "0.12" [dependencies.paste] version = "1.0" [build-dependencies.bindgen] version = "0.70" [build-dependencies.cmake] version = "0.1" [build-dependencies.flate2] version = "1.0" [build-dependencies.tar] version = "0.4"