mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
17 lines
308 B
TOML
17 lines
308 B
TOML
|
[package]
|
||
|
name = "renderer"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
repository = "https://github.com/penpot/penpot"
|
||
|
license-file = "../../../../LICENSE"
|
||
|
description = "Wasm-based canvas renderer for Penpot"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
wasm-bindgen = "0.2.93"
|
||
|
|
||
|
[profile.release]
|
||
|
opt-level = "s"
|