14 lines
444 B
TOML
14 lines
444 B
TOML
[package]
|
|
name = "makepad-math"
|
|
version = "1.0.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Makepad math functions"
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/makepad/makepad/"
|
|
repository = "https://github.com/makepad/makepad/"
|
|
metadata.makepad-auto-version = "C4VIsC4byWBjPFWeuGD2ZHHSRRs="
|
|
|
|
[features]
|
|
[dependencies]
|
|
makepad-micro-serde = { path = "../../libs/micro_serde", version = "1.0.0" }
|