[package]
edition = "2021"
rust-version = "1.89.0"
name = "martensite-devtools"
version = "0.2.0"
authors = ["Jose Eduardo Rojas Jimenez <joseeduardox@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tracing spans, Tracy/Chrome GPU timestamps, and in-app F12 developer HUD."
homepage = "https://martensite.dev"
readme = "README.md"
keywords = [
"gui",
"ui",
"wgpu",
"vello",
"reactive",
]
categories = [
"gui",
"rendering::graphics-api",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jxoesneon/martensite"
[lib]
name = "martensite_devtools"
path = "src/lib.rs"
[dependencies.martensite-core]
version = "0.2.0"
[dependencies.tracing]
version = "0.1.44"
[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "deny"
unsafe_code = "deny"