File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<p align =" center " >A modern, open-source PostScript and PDF rendering engine written in pure Rust.</p >
44
55<p align =" center " >
6- <img src =" https://img.shields.io/badge/Version-0.1.0 -blue " alt =" Version 0.1.0 " >
6+ <img src =" https://img.shields.io/badge/Version-0.1.2 -blue " alt =" Version 0.1.2 " >
77 <img src =" https://img.shields.io/badge/License-Apache--2.0_OR_MIT-green " alt =" License Apache-2.0 OR MIT " >
88 <img src =" https://img.shields.io/badge/Rust-1.85+-orange " alt =" Rust 1.85+ " >
99</p >
1010
11+ > ** Upgrade notice for ` stet-cli ` users** — versions ** 0.1.0** and ** 0.1.1**
12+ > have been yanked from crates.io. Both shipped without embedded-resource
13+ > registration, so the ` stet ` binary fell back to a PNG-writing rasterizer
14+ > whenever you opened a PostScript file in the interactive viewer. ** 0.1.2**
15+ > is self-contained and fixes this. If you previously ran `cargo install
16+ > stet-cli`, upgrade with:
17+ >
18+ > ```
19+ > cargo install stet-cli --force
20+ > ```
21+ >
22+ > The `stet` library crate (used via `Interpreter`) was never affected.
23+
1124## About
1225
1326stet interprets PostScript (Level 3) and parses PDF files, rendering both
You can’t perform that action at this time.
0 commit comments