guessing is completed
This commit is contained in:
@@ -1,24 +1,3 @@
|
||||
pub mod menu;
|
||||
pub mod guessing;
|
||||
pub mod cards;
|
||||
|
||||
// use crate::ui::menu::build_menu_scene;
|
||||
|
||||
// use gtk::prelude::*;
|
||||
// use gtk::{Application, ApplicationWindow};
|
||||
// use std::cell::RefCell;
|
||||
|
||||
// pub fn build_ui(app: &Application) {
|
||||
// let mut window: RefCell<ApplicationWindow> = RefCell::new(
|
||||
// ApplicationWindow::builder()
|
||||
// .application(app)
|
||||
// .title("Test")
|
||||
// .build(),
|
||||
// );
|
||||
|
||||
// // let menu = build_menu_scene(&window);
|
||||
|
||||
// // window.get_mut().set_child(Some(&menu));
|
||||
|
||||
// window.get_mut().present();
|
||||
// }
|
||||
pub mod guessing;
|
||||
pub mod menu;
|
||||
|
||||
Reference in New Issue
Block a user