16 lines
584 B
TOML
16 lines
584 B
TOML
[package]
|
|
name = "makepad-live-compiler"
|
|
version = "1.0.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Makepad platform live DSL compiler"
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/makepad/makepad/"
|
|
repository = "https://github.com/makepad/makepad/"
|
|
metadata.makepad-auto-version = "9wGVYMO62_TAz8Fv-wTD38MPBT8="
|
|
|
|
[dependencies]
|
|
makepad-derive-live = { path = "../derive_live", version = "1.0.0" }
|
|
makepad-math = { path = "../../libs/math", version = "1.0.0" }
|
|
makepad-live-tokenizer = { path = "../live_tokenizer", version = "1.0.0" }
|
|
|