diff --git a/rust-bindings/rust/src/lib.rs b/rust-bindings/rust/src/lib.rs index 9e7fa631..28cf89ea 100644 --- a/rust-bindings/rust/src/lib.rs +++ b/rust-bindings/rust/src/lib.rs @@ -12,6 +12,7 @@ // Re-export our dependencies. See https://gtk-rs.org/blog/2021/06/22/new-release.html // "Dependencies are re-exported". Users will need e.g. `gio::File`, so this avoids // them needing to update matching versions. +pub use ffi; pub use gio; pub use glib;