Skip to content

Commit

Permalink
Merge pull request #573 from bvssvni/master
Browse files Browse the repository at this point in the history
Reexport `Resources` in `gfx`
  • Loading branch information
kvark committed Feb 18, 2015
2 parents dc200c6 + f8b51f1 commit 48958e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gfx/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub use render::mesh::SliceKind;
pub use render::state::{BlendPreset, DrawState};
pub use render::shade;
pub use render::target::{Frame, Plane};
pub use device::Device;
pub use device::{Device, Resources};
pub use device::{attrib, state, tex};
pub use device::as_byte_slice;
pub use device::{BufferHandle, BufferInfo, RawBufferHandle, ShaderHandle};
Expand Down

0 comments on commit 48958e5

Please sign in to comment.