mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-01 09:47:45 +03:00
Start describing libostree
This commit is contained in:
parent
5c2d700d51
commit
0c45c2ec82
22
rust-bindings/rust/conf/libostree.toml
Normal file
22
rust-bindings/rust/conf/libostree.toml
Normal file
@ -0,0 +1,22 @@
|
||||
[options]
|
||||
work_mode = "normal"
|
||||
library = "OSTree"
|
||||
version = "1.0"
|
||||
target_path = "../libostree"
|
||||
generate_safety_asserts = true
|
||||
deprecate_by_min_version = true
|
||||
single_version_file = true
|
||||
|
||||
girs_dir = "../gir-files"
|
||||
|
||||
generate = [
|
||||
"OSTree.RepoMode",
|
||||
"OSTree.ObjectType",
|
||||
]
|
||||
|
||||
[[object]]
|
||||
name = "OSTree.Repo"
|
||||
status = "generate"
|
||||
[[object.function]]
|
||||
pattern = ".+_async"
|
||||
ignore = true
|
Loading…
x
Reference in New Issue
Block a user