summaryrefslogtreecommitdiffstats
path: root/graphics/src/settings.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-09 22:29:03 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-09 22:29:03 +0200
commit14b9708f723f9fc730634e7ded3dec7dc912ce34 (patch)
tree63cf2201c1ef6b9f6d1e3977b52fc621f5cf2628 /graphics/src/settings.rs
parent6ad5bb3597f640ac329801adf735d633bf0a512f (diff)
downloadiced-14b9708f723f9fc730634e7ded3dec7dc912ce34.tar.gz
iced-14b9708f723f9fc730634e7ded3dec7dc912ce34.tar.bz2
iced-14b9708f723f9fc730634e7ded3dec7dc912ce34.zip
Remove leftover `renderer` module in `iced_graphics`
Diffstat (limited to 'graphics/src/settings.rs')
-rw-r--r--graphics/src/settings.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/settings.rs b/graphics/src/settings.rs
index 68673536..2e8275c6 100644
--- a/graphics/src/settings.rs
+++ b/graphics/src/settings.rs
@@ -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.