# 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 = "blade-graphics" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Graphics abstraction for Blade" readme = "README.md" keywords = ["graphics"] license = "MIT" repository = "https://github.com/kvark/blade" [package.metadata.cargo_check_external_types] allowed_external_types = [ "bitflags::*", "mint::*", "naga::*", "raw_window_handle::*", ] [lib] name = "blade_graphics" path = "src/lib.rs" [dependencies.bitflags] version = "2" [dependencies.bytemuck] version = "1" features = ["derive"] [dependencies.codespan-reporting] version = "0.11" [dependencies.hidden-trait] version = "0.1" [dependencies.log] version = "0.4" [dependencies.mint] version = "0.5" [dependencies.naga] version = "22" features = ["wgsl-in"] [dependencies.raw-window-handle] version = "0.6" [target.'cfg(all(gles, not(target_arch = "wasm32")))'.dependencies.egl] version = "6.0" features = ["dynamic"] package = "khronos-egl" [target.'cfg(all(gles, not(target_arch = "wasm32")))'.dependencies.libloading] version = "0.8" [target.'cfg(all(target_arch = "wasm32"))'.dependencies.js-sys] version = "0.3.60" [target.'cfg(all(target_arch = "wasm32"))'.dependencies.wasm-bindgen] version = "0.2.83" [target.'cfg(all(target_arch = "wasm32"))'.dependencies.web-sys] version = "0.3.60" features = [ "HtmlCanvasElement", "WebGl2RenderingContext", ] [target.'cfg(any(gles, target_arch = "wasm32"))'.dependencies.glow] version = "0.14" [target.'cfg(any(gles, target_arch = "wasm32"))'.dependencies.naga] version = "22" features = [ "wgsl-in", "glsl-out", ] [target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.block] version = "0.1" [target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.core-graphics-types] version = "0.1" [target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.metal] version = "0.29" [target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.naga] version = "22" features = [ "wgsl-in", "msl-out", ] [target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.objc] version = "0.2.5" [target.'cfg(any(vulkan, windows, target_os = "linux", target_os = "android", target_os = "freebsd"))'.dependencies.ash] version = "0.38" [target.'cfg(any(vulkan, windows, target_os = "linux", target_os = "android", target_os = "freebsd"))'.dependencies.ash-window] version = "0.13" [target.'cfg(any(vulkan, windows, target_os = "linux", target_os = "android", target_os = "freebsd"))'.dependencies.gpu-alloc] version = "0.6" [target.'cfg(any(vulkan, windows, target_os = "linux", target_os = "android", target_os = "freebsd"))'.dependencies.gpu-alloc-ash] version = "0.7" [target.'cfg(any(vulkan, windows, target_os = "linux", target_os = "android", target_os = "freebsd"))'.dependencies.naga] version = "22" features = [ "wgsl-in", "spv-out", ] [target.'cfg(any(vulkan, windows, target_os = "linux", target_os = "android", target_os = "freebsd"))'.dependencies.slab] version = "0.4" [lints.rust.unexpected_cfgs] level = "allow" priority = 0 check-cfg = ["cfg(gles)"]