Skip to content

Commit

Permalink
Make public dependenceis of hxcfe-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty/Benediction committed Oct 7, 2023
1 parent 8e97943 commit 9c79d55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hxcfe-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "../Readme.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hxcadaptor-sys.workspace = true
hxcadaptor.workspace = true

[build-dependencies]
make-cmd = "0.1.0"
Expand Down
3 changes: 3 additions & 0 deletions hxcfe-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

pub use hxcadaptor;
pub use hxcadaptor::hxcadaptor_sys;

#[cfg(test)]
mod test {
use crate::{hxcfe_deinit, hxcfe_init};
Expand Down

0 comments on commit 9c79d55

Please sign in to comment.