2020-11-10 03:26:08 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_dylib"
|
2024-02-21 20:58:59 +00:00
|
|
|
version = "0.14.0-dev"
|
2021-10-27 00:12:14 +00:00
|
|
|
edition = "2021"
|
2020-11-10 03:26:08 +00:00
|
|
|
description = "Force the Bevy Engine to be dynamically linked for faster linking"
|
|
|
|
homepage = "https://bevyengine.org"
|
|
|
|
repository = "https://github.com/bevyengine/bevy"
|
2021-07-23 21:11:51 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-11-10 03:26:08 +00:00
|
|
|
keywords = ["bevy"]
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["dylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2024-02-21 20:58:59 +00:00
|
|
|
bevy_internal = { path = "../bevy_internal", version = "0.14.0-dev", default-features = false }
|
2023-11-18 20:58:48 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
2024-03-23 02:22:52 +00:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
rustdoc-args = ["-Zunstable-options", "--cfg", "docsrs"]
|
|
|
|
all-features = true
|