# 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 = "egui-latest_wgpu_backend" version = "0.19.0" authors = [ "Nils Hasenbanck ", "Arlo Blythe ", ] description = "Backend code to use egui with wgpu." homepage = "https://github.com/arlohb/egui-latest_wgpu_backend" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/arlohb/egui-latest_wgpu_backend" [[example]] name = "demo" [dependencies.bytemuck] version = "1.7" [dependencies.egui] version = "0.19.0" features = ["bytemuck"] [dependencies.wgpu] version = "0.14" [dev-dependencies.egui] version = "0.19.0" [dev-dependencies.egui-winit] version = "0.19.0" [dev-dependencies.egui_demo_lib] version = "0.19.0" [dev-dependencies.pollster] version = "0.2" [dev-dependencies.wgpu] version = "0.14" [features] default = [] web = []