Remove background from Settings
This commit is contained in:
parent
5af4159848
commit
8d6f86b317
5 changed files with 9 additions and 34 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::{Color, MouseCursor};
|
||||
use crate::MouseCursor;
|
||||
|
||||
use raw_window_handle::HasRawWindowHandle;
|
||||
|
||||
|
|
@ -21,7 +21,6 @@ pub trait Windowed: super::Renderer + Sized {
|
|||
/// top of the GUI on most scenarios.
|
||||
fn draw<T: AsRef<str>>(
|
||||
&mut self,
|
||||
clear_color: Color,
|
||||
output: &Self::Output,
|
||||
overlay: &[T],
|
||||
target: &mut Self::Target,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue