# 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 = "bevy_pixels" version = "0.13.0" authors = ["David Cristofaro "] exclude = ["images/**/*"] description = "Bevy plugin that uses Pixels (a tiny pixel buffer) for rendering" readme = "README.md" keywords = [ "bevy", "pixels", "graphics", "2d", "framebuffer", ] categories = [ "game-engines", "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dtcristo/bevy_pixels" [dependencies.bevy] version = "0.13" features = ["bevy_winit"] default_features = false [dependencies.pixels] version = "0.13" [dependencies.winit] version = "0.29" features = ["rwh_05"] [features] default = [ "render", "x11", ] render = [] wayland = ["bevy/wayland"] x11 = ["bevy/x11"] [target."cfg(target_arch = \"wasm32\")".dependencies.pollster] version = "0.3"