gtk opengl render context
This commit is contained in:
parent
c65b922a45
commit
636bf2a75f
3 changed files with 24 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use gtk4::{gio::prelude::ApplicationExt, prelude::{GtkWindowExt, WidgetExt}, Application, ApplicationWindow};
|
||||
use gtk4::{gio::prelude::ApplicationExt, glib, prelude::{GtkWindowExt, WidgetExt}, Application, ApplicationWindow};
|
||||
|
||||
use crate::{window_config, MoonhareWindow};
|
||||
|
||||
|
|
@ -44,7 +44,5 @@ impl MoonhareWindow for GTKWindow {
|
|||
|
||||
fn shutdown() {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue