WIP
This commit is contained in:
parent
dd6425e898
commit
0bf607cd2d
48 changed files with 319 additions and 325 deletions
|
@ -1,11 +1,17 @@
|
|||
use std::ops::{Deref, DerefMut};
|
||||
|
||||
use gpui::{
|
||||
platform::{TitlebarOptions, WindowOptions},
|
||||
AnyElement, Element, Entity, View,
|
||||
};
|
||||
use log::LevelFilter;
|
||||
use simplelog::SimpleLogger;
|
||||
use std::ops::{Deref, DerefMut};
|
||||
|
||||
// dymod! {
|
||||
// #[path = "../ui/src/playground_ui.rs"]
|
||||
// pub mod ui {
|
||||
// // fn workspace<V>(theme: &ThemeColors) -> impl Element<V>;
|
||||
// }
|
||||
// }
|
||||
|
||||
fn main() {
|
||||
SimpleLogger::init(LevelFilter::Info, Default::default()).expect("could not initialize logger");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue