diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c689909..f038b2d 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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" diff --git a/lib/src/lib.rs b/lib/src/lib.rs index 6935eb5..a761495 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -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::*;