tinyxml2-capi 0.1.13

C FFI compatibility layer for tinyxml2-rs
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 = "tinyxml2"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d4ade0fd44b8e68ea4bd2c0389598d2e7e2bf736fd787733fe4ee0bc3721bf6"

[[package]]
name = "tinyxml2-capi"
version = "0.1.13"
dependencies = [
 "tinyxml2",
]