Make gpui::platform module private
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ pub use executor::Task;
|
||||
pub mod color;
|
||||
pub mod json;
|
||||
pub mod keymap;
|
||||
pub mod platform;
|
||||
pub use platform::Event;
|
||||
mod platform;
|
||||
pub use platform::{Event, PathPromptOptions};
|
||||
pub use presenter::{
|
||||
AfterLayoutContext, Axis, DebugContext, EventContext, LayoutContext, PaintContext,
|
||||
SizeConstraint, Vector2FExt,
|
||||
|
||||
@@ -17,8 +17,6 @@ pub struct Window {
|
||||
resize_handlers: Vec<Box<dyn FnMut(&mut dyn super::WindowContext)>>,
|
||||
}
|
||||
|
||||
pub struct WindowContext {}
|
||||
|
||||
impl Platform {
|
||||
fn new() -> Self {
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user