mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
[refactor] collect stuff into new mod paint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::ops::RangeInclusive;
|
||||
|
||||
use crate::{widgets::Label, *};
|
||||
use crate::{paint::*, widgets::Label, *};
|
||||
|
||||
/// Combined into one function (rather than two) to make it easier
|
||||
/// for the borrow checker.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use crate::*;
|
||||
use crate::{paint::*, *};
|
||||
|
||||
#[derive(Clone, Copy, Debug, Default, serde_derive::Deserialize, serde_derive::Serialize)]
|
||||
pub(crate) struct State {
|
||||
|
||||
Reference in New Issue
Block a user