mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
31 lines
826 B
TOML
31 lines
826 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 = { 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 }
|
|
roxmltree = { workspace = true }
|
|
tiny-skia = { workspace = true }
|
|
ttf-parser = { workspace = true }
|
|
usvg = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|