Add external libraries and regenerate

This commit is contained in:
Felix Krull 2018-09-29 15:28:13 +02:00 committed by Colin Walters
parent 03abeebb89
commit 7e2c82b1b1
2 changed files with 8 additions and 0 deletions

View File

@ -3,5 +3,10 @@ work_mode = "sys"
library = "OSTree"
version = "1.0"
target_path = "../libostree-sys"
external_libraries = [
"GLib",
"GObject",
"Gio",
]
girs_dir = "../gir-files"

View File

@ -6,6 +6,9 @@
#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))]
extern crate libc;
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gio_sys as gio;
#[allow(unused_imports)]
use libc::{c_int, c_char, c_uchar, c_float, c_uint, c_double,