diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-01 15:10:35 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-01 15:10:35 +0200 |
| commit | 7c12f0c07f9d4ed473027dbd00cbbc00e4a3050c (patch) | |
| tree | e097c908761cc67605d6c151f680c3e173e0344b /src/lib.rs | |
| parent | 7fcad452b87c8bd31a9b7dfba78c1b1a92d33dd9 (diff) | |
Flatten compute module
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -44,8 +44,7 @@ use std::fmt::Debug; use std::future::Future; use std::pin::Pin; -use crate::compute::scope::Scope; -use crate::compute::value::Value; +use crate::compute::{Scope, Value}; use crate::diagnostic::Diagnostic; use crate::font::SharedFontLoader; use crate::layout::{Commands, MultiLayout}; |
