Skip to content

Commit

Permalink
dev: make shiroa package entry clean (#79)
Browse files Browse the repository at this point in the history
* dev: move shiroa package to `packages/shiroa`

* dev: make shiroa package entry clean

* dev: restore dirty change

* fix: compilation

* fix: copying recursive directory is not working

* dev: don't use internal the function
  • Loading branch information
Myriad-Dreamin authored Jun 16, 2024
1 parent 63b1b03 commit 7647d81
Show file tree
Hide file tree
Showing 14 changed files with 506 additions and 436 deletions.
2 changes: 1 addition & 1 deletion cli/src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl Project {

release_packages(
proj.tr.compiler.world_mut(),
include_dir!("$CARGO_MANIFEST_DIR/../contrib/typst/book"),
include_dir!("$CARGO_MANIFEST_DIR/../packages/shiroa"),
);

if matches!(proj.meta_source, MetaSource::Strict) {
Expand Down
Loading

0 comments on commit 7647d81

Please sign in to comment.