# 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 = "softbuffer-rgb" version = "0.1.1" authors = ["Esther Alter "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper around softbuffer that makes it easier to modify a raw pixel buffer." readme = "README.md" keywords = [ "softbuffer", "framebuffer", "windowing", ] categories = ["rendering"] license = "MIT" repository = "https://github.com/subalterngames/softbuffer-rgb" [lib] name = "softbuffer_rgb" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" harness = false [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.raw-window-handle] version = "0.6.2" [dependencies.softbuffer] version = "0.4.5" [dev-dependencies.winit] version = "0.30.4"