# 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.79" name = "dunge" version = "0.3.3" authors = ["nanoqsh"] description = "Simple and portable 3d render library" documentation = "https://docs.rs/dunge" readme = "README.md" keywords = [ "graphics", "wgpu", ] license = "MIT" repository = "https://github.com/nanoqsh/dunge" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "wasm32-unknown-unknown", ] [dependencies.bytemuck] version = "1.13" [dependencies.dunge_macros] version = "=0.3.3" [dependencies.dunge_shader] version = "=0.3.3" [dependencies.glam] version = "0.28" [dependencies.instant] version = "0.1" optional = true [dependencies.log] version = "0.4" [dependencies.wgpu] version = "0.20" features = ["naga-ir"] default-features = false [dependencies.winit] version = "0.30" features = [ "rwh_06", "x11", ] optional = true default-features = false [dev-dependencies.dunge_shader] version = "=0.3.3" features = ["wgsl"] [features] wgsl = ["dunge_shader/wgsl"] winit = [ "dep:instant", "dep:winit", ] [target."cfg(target_arch = \"wasm32\")".dependencies.instant] version = "0.1" features = ["wasm-bindgen"] optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "Document", "Window", "Element", ] [target."cfg(target_arch = \"wasm32\")".dependencies.wgpu] version = "0.20" features = ["webgpu"] default-features = false [target."cfg(target_os = \"android\")".dependencies.winit] version = "0.30" features = ["android-native-activity"] optional = true default-features = false [lints.clippy] cast-lossless = "deny" flat-map-option = "deny" manual-assert = "deny" match-wildcard-for-single-variants = "deny" missing-assert-message = "deny" semicolon-if-nothing-returned = "deny" trivially-copy-pass-by-ref = "deny" unwrap-used = "deny" use-self = "deny"