mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
8f5345573c
# Objective - Fixes #14132 ## Solution - Remove the cfg docsrs
16 lines
303 B
TOML
16 lines
303 B
TOML
[package]
|
|
name = "errors"
|
|
edition = "2021"
|
|
description = "Documentation and tests for Bevy's error codes"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
bevy = { path = ".." }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = ["-Zunstable-options"]
|
|
all-features = true
|