mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Clean up imports and warnings in Rust code
This commit is contained in:
parent
b030a1860b
commit
bf1a3e3daf
15 changed files with 204 additions and 191 deletions
|
@ -1,5 +1,6 @@
|
|||
use super::*;
|
||||
use crate::{consts::MIN_SEPERATION_VALUE, ComputeType};
|
||||
use crate::consts::MIN_SEPERATION_VALUE;
|
||||
use crate::ComputeType;
|
||||
|
||||
use glam::DVec2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue