mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
@@ -19,7 +19,7 @@ include = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
clipboard = "0.5"
|
||||
copypasta = "0.7"
|
||||
egui = { version = "0.10.0", path = "../egui" }
|
||||
epi = { version = "0.10.0", path = "../epi" }
|
||||
glium = "0.29"
|
||||
|
||||
@@ -22,12 +22,12 @@ pub use backend::*;
|
||||
pub use painter::Painter;
|
||||
|
||||
use {
|
||||
clipboard::ClipboardProvider,
|
||||
copypasta::ClipboardProvider,
|
||||
egui::*,
|
||||
glium::glutin::{self, event::VirtualKeyCode, event_loop::ControlFlow},
|
||||
};
|
||||
|
||||
pub use clipboard::ClipboardContext; // TODO: remove
|
||||
pub use copypasta::ClipboardContext; // TODO: remove
|
||||
|
||||
pub struct GliumInputState {
|
||||
pub pointer_pos_in_points: Option<Pos2>,
|
||||
|
||||
Reference in New Issue
Block a user