mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
29 lines
773 B
TOML
29 lines
773 B
TOML
[package]
|
|
name = "typst-render"
|
|
description = "Raster image exporter for Typst."
|
|
version = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
authors = { workspace = true }
|
|
edition = { workspace = true }
|
|
homepage = { workspace = true }
|
|
repository = { workspace = true }
|
|
license = { workspace = true }
|
|
categories = { workspace = true }
|
|
keywords = { workspace = true }
|
|
readme = { workspace = true }
|
|
|
|
[dependencies]
|
|
typst-library = { workspace = true }
|
|
typst-macros = { workspace = true }
|
|
typst-timing = { workspace = true }
|
|
bytemuck = { workspace = true }
|
|
comemo = { workspace = true }
|
|
image = { workspace = true }
|
|
pixglyph = { workspace = true }
|
|
resvg = { workspace = true }
|
|
tiny-skia = { workspace = true }
|
|
ttf-parser = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|