Skip to content

Commit

Permalink
Expose all generated bindings (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosetta-jpn committed Nov 22, 2024
1 parent fb5c3af commit 05aa173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cros-libva"
version = "0.0.10"
version = "0.0.11"
license = "BSD-3-Clause"
description = "Safe bindings over libva"
repository = "https://github.com/chromeos/cros-libva"
Expand Down
12 changes: 1 addition & 11 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,9 @@ mod picture;
mod surface;
mod usage_hint;

pub use bindings::VAConfigAttrib;
pub use bindings::VAConfigAttribType;
pub use bindings::VADRMPRIMESurfaceDescriptor;
pub use bindings::VAEntrypoint;
pub use bindings::VAImageFormat;
pub use bindings::VAProfile;
pub use bindings::VASurfaceAttrib;
pub use bindings::VASurfaceAttribExternalBuffers;
pub use bindings::VASurfaceAttribType;
pub use bindings::VASurfaceID;
pub use bindings::VASurfaceStatus;
pub use bindings::_VADRMPRIMESurfaceDescriptor__bindgen_ty_1 as VADRMPRIMESurfaceDescriptorObject;
pub use bindings::_VADRMPRIMESurfaceDescriptor__bindgen_ty_2 as VADRMPRIMESurfaceDescriptorLayer;
pub use bindings::*;
pub use buffer::*;
pub use config::*;
pub use context::*;
Expand Down

0 comments on commit 05aa173

Please sign in to comment.