23 lines
863 B
TOML
23 lines
863 B
TOML
[package]
|
|
name = "makepad-script"
|
|
version = "1.0.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Makepad script (splash)"
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/makepad/makepad/"
|
|
repository = "https://github.com/makepad/makepad/"
|
|
metadata.makepad-auto-version = "yK9xdn_D0D3EdqleI-WHLtjk4rk="
|
|
|
|
[features]
|
|
default = ["check_gen"]
|
|
check_gen = []
|
|
|
|
[dependencies]
|
|
makepad-error-log = {path = "../../libs/error_log", version = "1.0.0" }
|
|
makepad-math = {path = "../../libs/math", version = "1.0.0" }
|
|
makepad-live-id = {path = "../../libs/live_id", version = "1.0.0" }
|
|
makepad-script-derive = {path = "./derive", version = "1.0.0" }
|
|
smallvec = { version = "1.15", path = "../../libs/smallvec" }
|
|
makepad-regex = {path = "../../libs/regex", version = "0.1.0" }
|
|
makepad-html = {path = "../../libs/html", version = "1.0.0" }
|