Remove leftover renderer module in iced_graphics
This commit is contained in:
parent
6ad5bb3597
commit
14b9708f72
3 changed files with 1 additions and 279 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use crate::core::{Font, Pixels};
|
||||
use crate::Antialiasing;
|
||||
|
||||
/// The settings of a Backend.
|
||||
/// The settings of a renderer.
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
pub struct Settings {
|
||||
/// The default [`Font`] to use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue