[dependencies.obel_diagnostic]
default-features = false
version = "0.0.1"
[dependencies.obel_utils]
default-features = false
version = "0.0.1"
[dev-dependencies.static_assertions]
version = "1.1.0"
[features]
dynamic_linking = ["obel_diagnostic/dynamic_linking"]
[lib]
name = "obel_root"
path = "src/lib.rs"
[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
unsafe_op_in_unsafe_fn = "warn"
unused_qualifications = "warn"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(docsrs_dep)"]
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-engines", "graphics", "gui", "rendering"]
description = "An internal obel crate used to facilitate optional dynamic linking via the 'dynamic_linking' feature"
documentation = "https://docs.rs/obel"
edition = "2021"
homepage = "https://obelengine.org"
keywords = ["obel", "obel_root"]
license = "MIT OR Apache-2.0"
name = "obel_root"
readme = "README.md"
repository = "https://github.com/obelengine/obel"
rust-version = "1.82.0"
version = "0.0.1"
[package.metadata.docs.rs]
workspace = true