egui-winit: re-export egui (#1429)
This commit is contained in:
parent
8f178fa4e0
commit
c3ac340e25
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ All notable changes to the `egui-winit` integration will be noted in this file.
|
|||
|
||||
|
||||
## Unreleased
|
||||
* Reexport `egui` crate
|
||||
|
||||
|
||||
## 0.17.0 - 2022-02-22
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#![allow(clippy::manual_range_contains)]
|
||||
|
||||
pub use egui;
|
||||
pub use winit;
|
||||
|
||||
pub mod clipboard;
|
||||
|
|
Loading…
Reference in a new issue