diff options
| author | figsoda <figsoda@pm.me> | 2023-06-20 12:11:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-20 18:11:20 +0200 |
| commit | c0c03812d08bc833b8a2477c594d762f43a0c95b (patch) | |
| tree | 7ecf451953b39779b2580dfcb7b2e8def108ff47 /NOTICE | |
| parent | 57d4b8b75175c2fb169ab24ae683f580bcd42c99 (diff) | |
Move assets/data to library/assets (#1515)
So these assets lives inside the typst-library crate and doesn't break `cargo vendor`
Diffstat (limited to 'NOTICE')
| -rw-r--r-- | NOTICE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ ================================================================================ -Syntaxes in `assets/data/syntect.bin` are generated from syntax definitions +Syntaxes in `library/assets/syntect.bin` are generated from syntax definitions which can be found here: https://github.com/sharkdp/bat/tree/master/assets/syntaxes |
