Skip to content

Commit

Permalink
export interface to vger (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruza-net committed Dec 15, 2023
1 parent eb591f9 commit 28b1783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// #![feature(type_alias_impl_trait)]

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

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

0 comments on commit 28b1783

Please sign in to comment.