Make gpui::platform module private

This commit is contained in:
Nathan Sobo
2021-04-10 00:22:45 -06:00
parent 619e2b7e01
commit b9b511148b
3 changed files with 3 additions and 5 deletions
-2
View File
@@ -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 {