Remove leftover renderer module in iced_graphics

This commit is contained in:
Héctor Ramón Jiménez 2024-04-09 22:29:03 +02:00
parent 6ad5bb3597
commit 14b9708f72
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 1 additions and 279 deletions

View file

@ -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.