We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dd31c commit 03a5772Copy full SHA for 03a5772
rust/src/lib.rs
@@ -3,8 +3,7 @@ mod godot_window;
3
use std::thread;
4
use godot::prelude::*;
5
use godot::classes::{Control, IControl, IDisplayServer, ISprite2D, Sprite2D};
6
-use gtk::gdk::keys::constants::Option;
7
-use wry::{RGBA, WebViewBuilder, Rect, WebViewAttributes, WebViewBuilderExtUnix};
+use wry::{RGBA, WebViewBuilder, Rect, WebViewAttributes};
8
use wry::dpi::{LogicalPosition, LogicalSize};
9
use wry::http::{HeaderMap, Request};
10
use crate::godot_window::GodotWindow;
0 commit comments