cyb/evy/forks/bevy_render/Cargo.toml

# 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 = "2024"
name = "bevy_render"
version = "0.18.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides rendering functionality for Bevy Engine"
homepage = "https://bevy.org"
readme = "README.md"
keywords = ["bevy"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bevyengine/bevy"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "-Zunstable-options",
    "--generate-link-to-definition",
]
all-features = true

[features]
ci_limits = []
decoupled_naga = ["bevy_shader/decoupled_naga"]
detailed_trace = []
gles = ["wgpu/gles"]
morph = ["bevy_mesh/morph"]
multi_threaded = ["bevy_tasks/multi_threaded"]
raw_vulkan_init = ["wgpu/vulkan"]
serialize = ["bevy_mesh/serialize"]
shader_format_spirv = [
    "bevy_shader/shader_format_spirv",
    "wgpu/spirv",
]
spirv_shader_passthrough = ["wgpu/spirv"]
statically-linked-dxc = ["wgpu/static-dxc"]
trace = ["profiling"]
tracing-tracy = ["dep:tracy-client"]
vulkan-portability = ["wgpu/vulkan-portability"]
webgl = ["wgpu/webgl"]
webgpu = ["wgpu/webgpu"]

[lib]
name = "bevy_render"
path = "src/lib.rs"

[dependencies.async-channel]
version = "2.3.0"

[dependencies.bevy_app]
version = "0.18.0"

[dependencies.bevy_asset]
version = "0.18.0"

[dependencies.bevy_camera]
version = "0.18.0"

[dependencies.bevy_color]
version = "0.18.0"
features = [
    "serialize",
    "wgpu-types",
]

[dependencies.bevy_derive]
version = "0.18.0"

[dependencies.bevy_diagnostic]
version = "0.18.0"

[dependencies.bevy_ecs]
version = "0.18.0"

[dependencies.bevy_encase_derive]
version = "0.18.0"

[dependencies.bevy_image]
version = "0.18.0"

[dependencies.bevy_math]
version = "0.18.0"

[dependencies.bevy_mesh]
version = "0.18.0"

[dependencies.bevy_platform]
version = "0.18.0"
features = [
    "std",
    "serialize",
]
default-features = false

[dependencies.bevy_reflect]
version = "0.18.0"

[dependencies.bevy_render_macros]
version = "0.18.0"

[dependencies.bevy_shader]
version = "0.18.0"

[dependencies.bevy_tasks]
version = "0.18.0"

[dependencies.bevy_time]
version = "0.18.0"

[dependencies.bevy_transform]
version = "0.18.0"

[dependencies.bevy_utils]
version = "0.18.0"

[dependencies.bevy_window]
version = "0.18.0"

[dependencies.bitflags]
version = "2"

[dependencies.bytemuck]
version = "1.5"
features = [
    "derive",
    "must_cast",
]

[dependencies.derive_more]
version = "2"
features = ["from"]
default-features = false

[dependencies.downcast-rs]
version = "2"
features = ["std"]
default-features = false

[dependencies.encase]
version = "0.12"

[dependencies.fixedbitset]
version = "0.5"

[dependencies.glam]
version = "0.30.7"
features = [
    "std",
    "encase",
]
default-features = false

[dependencies.image]
version = "0.25.2"
default-features = false

[dependencies.indexmap]
version = "2"

[dependencies.naga]
version = "27"
features = ["wgsl-in"]

[dependencies.nonmax]
version = "0.5"

[dependencies.offset-allocator]
version = "0.2"

[dependencies.profiling]
version = "1"
features = ["profile-with-tracing"]
optional = true

[dependencies.smallvec]
version = "1"
features = ["const_new"]
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.tracing]
version = "0.1"
features = ["std"]
default-features = false

[dependencies.tracy-client]
version = "0.18.3"
optional = true

[dependencies.variadics_please]
version = "1.1"

[dependencies.wgpu]
version = "27"
features = [
    "wgsl",
    "dx12",
    "metal",
    "vulkan",
    "naga-ir",
    "fragile-send-sync-non-atomic-wasm",
]
default-features = false

[dev-dependencies.proptest]
version = "1"

[target.'cfg(all(target_arch = "wasm32", target_feature = "atomics"))'.dependencies.send_wrapper]
version = "0.6.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.bevy_app]
version = "0.18.0"
features = ["web"]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.bevy_platform]
version = "0.18.0"
features = ["web"]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.bevy_reflect]
version = "0.18.0"
features = ["web"]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.83"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.67"
features = [
    "Blob",
    "Document",
    "Element",
    "HtmlElement",
    "Node",
    "Url",
    "Window",
]

[lints.clippy]
alloc_instead_of_core = "warn"
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
doc_markdown = "warn"
manual_let_else = "warn"
match_same_arms = "warn"
needless_lifetimes = "allow"
nonstandard_macro_braces = "warn"
print_stderr = "warn"
print_stdout = "warn"
ptr_as_ptr = "warn"
ptr_cast_constness = "warn"
redundant_closure_for_method_calls = "warn"
redundant_else = "warn"
ref_as_ptr = "warn"
semicolon_if_nothing_returned = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
too_long_first_doc_paragraph = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
undocumented_unsafe_blocks = "warn"
unwrap_or_default = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
unsafe_op_in_unsafe_fn = "warn"
unused_qualifications = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(docsrs_dep)"]

Homonyms

cyberia/Cargo.toml
soft3/hemera/Cargo.toml
soft3/tru/Cargo.toml
soft3/glia/Cargo.toml
neural/eidos/Cargo.toml
soft3/mir/Cargo.toml
cyb/prysm/Cargo.toml
soft3/mudra/Cargo.toml
soft3/lens/Cargo.toml
cyb/optica/Cargo.toml
cyb/src-tauri/Cargo.toml
soft3/foculus/Cargo.toml
warriors/trisha/Cargo.toml
soft3/strata/Cargo.toml
neural/rune/Cargo.toml
soft3/nox/Cargo.toml
neural/trident/Cargo.toml
cyb/honeycrisp/Cargo.toml
soft3/radio/Cargo.toml
soft3/cybergraph/Cargo.toml
cyb/wysm/Cargo.toml
neural/rs/Cargo.toml
soft3/zheng/Cargo.toml
cyb/cyb/Cargo.toml
cyb/evy/Cargo.toml
cyb/cyb-boot/Cargo.toml
soft3/bbg/rs/Cargo.toml
soft3/lens/assayer/Cargo.toml
neural/rs/core/Cargo.toml
soft3/zheng/rs/Cargo.toml
soft3/glia/import/Cargo.toml
soft3/radio/iroh-gossip/Cargo.toml
soft3/radio/iroh-car/Cargo.toml
soft3/radio/iroh-base/Cargo.toml
neural/inf/rs/Cargo.toml
soft3/lens/src/Cargo.toml
neural/rs/mir-format/Cargo.toml
neural/rs/macho-linker/Cargo.toml
soft3/radio/particle/Cargo.toml
soft3/radio/radio-cli/Cargo.toml
soft3/bbg/cli/Cargo.toml
cyb/honeycrisp/aruminium/Cargo.toml
soft3/hemera/rs/Cargo.toml
soft3/radio/iroh-dns-server/Cargo.toml
cyb/honeycrisp/rane/Cargo.toml
neural/rs/darwin-sys/Cargo.toml
soft3/zheng/cli/Cargo.toml
bootloader/go-cyber/cw/Cargo.toml
cyb/cyb/cyb-shell/Cargo.toml
soft3/radio/iroh-relay/Cargo.toml
warriors/trisha/rs/Cargo.toml
soft3/hemera/bench/Cargo.toml
soft3/lens/core/Cargo.toml
neural/rs/macros/Cargo.toml
soft3/nox/rs/Cargo.toml
soft3/hemera/wgsl/Cargo.toml
soft3/strata/compute/Cargo.toml
cyb/honeycrisp/unimem/Cargo.toml
soft3/lens/binius/Cargo.toml
neural/rs/link/Cargo.toml
soft3/glia/run/Cargo.toml
soft3/tru/rs/Cargo.toml
soft3/radio/iroh-blobs/Cargo.toml
neural/eidos/rs/Cargo.toml
soft3/strata/src/Cargo.toml
soft3/hemera/cli/Cargo.toml
soft3/radio/iroh-willow/Cargo.toml
warriors/trisha/honeycrisp/Cargo.toml
neural/rs/codegen/Cargo.toml
neural/rune/cli/Cargo.toml
soft3/radio/cyber-bao/Cargo.toml
cyb/cyb/cyb-portal/Cargo.toml
neural/rs/rsc/Cargo.toml
cyb/wysm/fuzz/Cargo.toml
soft3/radio/iroh-ffi/Cargo.toml
neural/eidos/cli/Cargo.toml
soft3/strata/proof/Cargo.toml
soft3/radio/iroh/Cargo.toml
soft3/nox/cli/Cargo.toml
warriors/trisha/wgpu/Cargo.toml
cyb/honeycrisp/acpu/Cargo.toml
soft3/lens/porphyry/Cargo.toml
warriors/trisha/cli/Cargo.toml
neural/rs/pure-rust-check/Cargo.toml
soft3/strata/ext/Cargo.toml
soft3/strata/core/Cargo.toml
cyb/cyb/cyb-ui/Cargo.toml
cyb/cyb/cyb-services/Cargo.toml
soft3/lens/ikat/Cargo.toml
soft3/radio/iroh-docs/Cargo.toml
soft3/tru/cli/Cargo.toml
soft3/lens/brakedown/Cargo.toml
soft3/cybergraph/cli/Cargo.toml
soft3/radio/iroh-ffi/iroh-js/Cargo.toml
neural/rs/tests/macro-integration/Cargo.toml
cyb/honeycrisp/rane/benches/Cargo.toml
soft3/strata/trop/rs/Cargo.toml
neural/inf/rs/source/Cargo.toml
soft3/strata/kuro/rs/Cargo.toml
neural/rune/rs/ast/Cargo.toml
cyb/wysm/crates/collections/Cargo.toml
soft3/strata/genies/rs/Cargo.toml
soft3/strata/nebu/cli/Cargo.toml
cyb/wysm/crates/wasmi/Cargo.toml
cyb/evy/crates/evy_prysm_core/Cargo.toml
neural/inf/rs/lower/Cargo.toml
cyb/evy/crates/evy_dialect/Cargo.toml
cyb/wysm/crates/cli/Cargo.toml
cyb/evy/forks/bevy_anti_alias/Cargo.toml
cyb/evy/forks/bevy_sprite_render/Cargo.toml
cyb/wysm/crates/c_api/Cargo.toml
neural/inf/rs/lex/Cargo.toml
cyb/wysm/crates/core/Cargo.toml
cyb/wysm/crates/wasi/Cargo.toml
soft3/radio/iroh/bench/Cargo.toml
soft3/strata/genies/cli/Cargo.toml
neural/inf/rs/ast/Cargo.toml
neural/rune/rs/interp/Cargo.toml
cyb/evy/forks/bevy_ecs/Cargo.toml
soft3/strata/jali/cli/Cargo.toml
cyb/evy/forks/bevy_gizmos/Cargo.toml
cyb/evy/crates/evy_diagnostic/Cargo.toml
cyb/evy/forks/bevy_gizmos_render/Cargo.toml
soft3/strata/trop/cli/Cargo.toml
cyb/evy/crates/evy_radio/Cargo.toml
neural/inf/rs/parse/Cargo.toml
cyb/evy/forks/bevy_mesh/Cargo.toml
cyb/wysm/crates/fuzz/Cargo.toml
neural/rune/rs/prysm/Cargo.toml
cyb/evy/forks/bevy_diagnostic/Cargo.toml
neural/trident/editor/zed/Cargo.toml
bootloader/go-cyber/mcp/rust/Cargo.toml
soft3/strata/genies/wgsl/Cargo.toml
soft3/strata/kuro/wgsl/Cargo.toml
neural/inf/rs/cli/Cargo.toml
neural/inf/rs/oracle/Cargo.toml
cyb/evy/forks/bevy_tasks/Cargo.toml
cyb/evy/forks/bevy_transform/Cargo.toml
soft3/strata/trop/wgsl/Cargo.toml
cyb/evy/crates/evy_platform_caps/Cargo.toml
cyb/honeycrisp/aruminium/benches/Cargo.toml
cyb/evy/crates/evy_engine_core/Cargo.toml
cyb/evy/forks/naga/Cargo.toml
neural/inf/rs/plan/Cargo.toml
cyb/evy/crates/evy_engine_dispatch/Cargo.toml
soft3/strata/nebu/rs/Cargo.toml
neural/rune/rs/lex/Cargo.toml
cyb/wysm/crates/ir/Cargo.toml
neural/inf/rs/eval/Cargo.toml
neural/rune/rs/subject/Cargo.toml
soft3/strata/nebu/wgsl/Cargo.toml
cyb/evy/forks/bevy_sprite/Cargo.toml
soft3/strata/kuro/cli/Cargo.toml
cyb/evy/crates/evy_ecs_storage/Cargo.toml
cyb/evy/forks/bevy_core_pipeline/Cargo.toml
cyb/evy/forks/bevy_image/Cargo.toml
cyb/evy/forks/bevy_animation/Cargo.toml
neural/rune/rs/parse/Cargo.toml
neural/rune/rs/mold/Cargo.toml
neural/rune/rs/parse-pure/Cargo.toml
neural/rune/rs/lower/Cargo.toml
cyb/evy/forks/bevy_pbr/Cargo.toml
soft3/radio/tests/integration/Cargo.toml
soft3/strata/jali/rs/Cargo.toml
neural/inf/rs/value/Cargo.toml
soft3/strata/jali/wgsl/Cargo.toml
cyb/evy/forks/bevy_post_process/Cargo.toml
cyb/wysm/crates/wast/Cargo.toml
neural/rune/rs/compile/Cargo.toml
cyb/evy/crates/evy_engine_tasks/Cargo.toml
soft3/tape/impl/rust/Cargo.toml
cyb/wysm/crates/c_api/macro/Cargo.toml
bootloader/go-cyber/cw/contracts/std-test/Cargo.toml
bootloader/go-cyber/cw/contracts/graph-filter/Cargo.toml
cyb/honeycrisp/unimem/experiments/hyp_probe/Cargo.toml
bootloader/go-cyber/cw/packages/cyber-std-test/Cargo.toml
bootloader/go-cyber/cw/tests/litium-tests/Cargo.toml
bootloader/go-cyber/cw/packages/cyber-std/Cargo.toml
cyb/honeycrisp/unimem/experiments/iosurface_probe/Cargo.toml
cyb/wysm/crates/c_api/artifact/Cargo.toml
cyb/honeycrisp/unimem/experiments/dext_contiguous_alloc/client/Cargo.toml
cyb/honeycrisp/unimem/experiments/dext_iosurface_pa/client/Cargo.toml

Graph