mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 05:22:52 +00:00
feat: extract package implementation (#1647)
* feat: extract registry implementation * feat: tinymist package * fix: guard * fix: guard 2 * feat: no specifier * fix: temp_dir_in impl * fix: impls * feat: UniversePack::new * feat: clone into memory * feat: implement some pack for testing * build: update cargo.lock * feat: fit for web * fix: guard
This commit is contained in:
parent
9d1007a4f3
commit
84c211c7eb
24 changed files with 796 additions and 68 deletions
|
|
@ -6,7 +6,7 @@ use tinymist_std::{bail, ImmutPath};
|
|||
use tinymist_task::ExportTarget;
|
||||
use tinymist_world::config::CompileFontOpts;
|
||||
use tinymist_world::font::system::SystemFontSearcher;
|
||||
use tinymist_world::package::{http::HttpRegistry, RegistryPathMapper};
|
||||
use tinymist_world::package::{registry::HttpRegistry, RegistryPathMapper};
|
||||
use tinymist_world::vfs::{system::SystemAccessModel, Vfs};
|
||||
use tinymist_world::{args::*, WorldComputeGraph};
|
||||
use tinymist_world::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue