Skip to content

Commit

Permalink
expose whole vger interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ruza-net committed Feb 25, 2024
1 parent 29b56d0 commit c3f9f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// #![feature(type_alias_impl_trait)]

pub use vger;
use vger::color::*;
pub use vger::{LineMetrics, PaintIndex, Vger};
use vger::{LineMetrics, PaintIndex, Vger};

#[cfg(feature = "winit")]
#[macro_use]
Expand Down

0 comments on commit c3f9f7c

Please sign in to comment.