Enter-tainer / typst-preview

[DEPRECATED] Use tinymist instead

Home Page:https://Enter-tainer.github.io/typst-preview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when building with windows 11

Eismandel opened this issue · comments

Code does not compile
When running

cargo install --git https://github.com/Enter-tainer/typst-preview

I get the following error:

error: couldn't read src\index.html: The system can not find the file. (os error 2)
--> src\lib.rs:116:20
|
116 | const HTML: &str = include_str!("index.html");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro include_str (in Nightly builds, run with -Z macro-backtrace for more info)

error: could not compile typst-preview (lib) due to 1 previous error

To Reproduce
Steps to reproduce the behavior (Library test):

  1. run cargo install --git https://github.com/Enter-tainer/typst-preview