ostree/rust-bindings/rust/conf/ostree-sys.toml

29 lines
641 B
TOML
Raw Normal View History

[options]
work_mode = "sys"
library = "OSTree"
version = "1.0"
2018-10-20 13:31:37 +03:00
target_path = "../sys"
2018-09-29 16:28:13 +03:00
external_libraries = [
"GLib",
"GObject",
"Gio",
]
ignore = [
"OSTree.BootloaderInterface",
"OSTree.ChecksumInputStream",
"OSTree.ChecksumInputStreamClass",
"OSTree.CmdPrivateVTable",
"OSTree.LibarchiveInputStream",
"OSTree.LibarchiveInputStreamClass",
"OSTree.LzmaCompressorClass",
"OSTree.LzmaDecompressorClass",
"OSTree.RepoFileEnumeratorClass",
"OSTree.RollsumMatches",
"OSTree.RELEASE_VERSION",
"OSTree.VERSION",
"OSTree.VERSION_S",
"OSTree.YEAR_VERSION",
]
girs_dir = "../gir-files"