# 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" rust-version = "1.78" name = "luminol-egui-wgpu" version = "0.4.0" authors = [ "Nils Hasenbanck ", "embotech ", "Emil Ernerfeldt ", ] build = false include = [ "LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "**/*.wgsl", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for using egui natively using the wgpu library" homepage = "https://github.com/emilk/egui/tree/master/crates/egui-wgpu" readme = "README.md" keywords = [ "wgpu", "egui", "gui", "gamedev", ] categories = [ "gui", "game-development", ] license = "GPL-3.0" repository = "https://github.com/emilk/egui/tree/master/crates/egui-wgpu" [package.metadata.docs.rs] all-features = true [lib] name = "luminol_egui_wgpu" path = "src/lib.rs" [dependencies.ahash] version = "0.8.11" [dependencies.bytemuck] version = "1.14.0" features = [ "extern_crate_alloc", "derive", "min_const_generics", ] [dependencies.document-features] version = "0.2.8" [dependencies.egui] version = "0.28.1" features = ["serde"] [dependencies.epaint] version = "0.28.1" features = ["bytemuck"] [dependencies.log] version = "0.4" features = ["std"] [dependencies.thiserror] version = "1.0.37" [dependencies.type-map] version = "0.5.0" [dependencies.web-time] version = "0.2" [dependencies.wgpu] version = "0.20.0" features = [ "naga-ir", "wgsl", ] [dependencies.winit] version = "0.29.4" features = ["rwh_06"] optional = true default-features = false [features] default = [] puffin = ["dep:puffin"] wayland = ["winit?/wayland"] winit = ["dep:winit"] x11 = ["winit?/x11"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.puffin] version = "0.19" optional = true [lints.clippy] all = "warn" doc_markdown = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" missing_safety_doc = "warn" too_many_lines = "allow" unnecessary_wraps = "warn" [lints.rust] elided_lifetimes_in_paths = "forbid" rust_2018_idioms = "warn" unsafe_code = "warn" unsafe_op_in_unsafe_fn = "forbid"