mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-09 19:06:32 +00:00
Add missing re-export
`WindowError` is used in the public `fj_window::Error` type.
This commit is contained in:
parent
0366ac1bb9
commit
9057567673
@ -13,4 +13,7 @@
|
||||
mod display;
|
||||
mod window;
|
||||
|
||||
pub use self::display::{display, Error};
|
||||
pub use self::{
|
||||
display::{display, Error},
|
||||
window::WindowError,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user