tracy-rs 0.1.2

Rust bindings for the tracy realtime profiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "minidl"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc0a023a2715164b8a15b7f91a4baa3decc92158a539b96bf0bdb61f18c69366"

[[package]]
name = "tracy-rs"
version = "0.1.2"
dependencies = [
 "minidl",
]