Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Reexport global functions
Browse files Browse the repository at this point in the history
  • Loading branch information
EPashkin committed May 20, 2017
1 parent d7dd628 commit f7fd00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ extern crate libc;

mod auto;
pub use auto::*;
pub use auto::functions::*;

pub use ffi::PANGO_SCALE as SCALE;

Expand Down

0 comments on commit f7fd00e

Please sign in to comment.