From aea20670d8418e434bc47e673fdcb2b79c7cd039 Mon Sep 17 00:00:00 2001 From: jimvdl Date: Thu, 31 Aug 2023 10:02:53 +0200 Subject: Display download progress for self-updating and packages (#2031) --- NOTICE | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NOTICE') diff --git a/NOTICE b/NOTICE index 8cfa6b61..cbe9da9b 100644 --- a/NOTICE +++ b/NOTICE @@ -33,6 +33,10 @@ The MIT License applies to: adapted from the colors.css project (https://clrs.cc/) +* The `RemoteReader` defined in `crates/typst-cli/src/download.rs` which is + closely modelled after the `DownloadTracker` from rustup + (https://github.com/rust-lang/rustup/blob/master/src/cli/download_tracker.rs) + The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy -- cgit v1.2.3