cpp_to_rust_build_tools 0.2.1

Build script implementation for C++ library wrappers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cpp_to_rust_build_tools"

# Don't forget to update `cpp_to_rust/cpp_to_rust_generator/src/versions.rs`
# and dependency version in qt_build_tools
# when changing this version.
version = "0.2.1"
authors = ["Pavel Strakhov <ri@idzaaus.org>"]

description = "Build script implementation for C++ library wrappers"
repository = "https://github.com/rust-qt/cpp_to_rust/tree/master/cpp_to_rust/cpp_to_rust_build_tools"
license = "MIT"

[dependencies]
cpp_to_rust_common = { version = "0.2.0", path = "../../cpp_to_rust/cpp_to_rust_common" }