# 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 = "g2d" version = "0.0.3" description = "A hardware-accelerated 2D graphics library written in pure Rust." readme = "README.md" license = "MIT" repository = "https://github.com/pzipper/g2d" [dependencies.futures-intrusive] version = "0.5.0" [dependencies.raw-window-handle] version = "0.5.2" [dependencies.wgpu] version = "0.18" [dev-dependencies.futures] version = "0.3.29" [dev-dependencies.image] version = "0.24.7" features = ["png"]