egui-winit: re-export egui (#1429)

This commit is contained in:
Luis Wirth 2022-03-28 13:23:07 +02:00 committed by GitHub
parent 8f178fa4e0
commit c3ac340e25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -5,6 +5,7 @@
#![allow(clippy::manual_range_contains)]
pub use egui;
pub use winit;
pub mod clipboard;