# 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 = "ori-wgpu" version = "0.1.0-alpha.1" description = "WGPU backend for Ori" keywords = [ "gui", "graphics", "reactive", "native", ] categories = [ "gui", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ChangeCaps/ori" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dependencies.ori-core] version = "0.1.0-alpha.0" [dependencies.ori-graphics] version = "0.1.0-alpha.0" [dependencies.pollster] version = "0.3.0" [dependencies.raw-window-handle] version = "0.5.0" [dependencies.wgpu] version = "0.15" [dependencies.wgpu_glyph] version = "0.19"