[package]
name = "makepad-live-compiler"
version = "0.3.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2018"
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 = "lv9Ck9H-tdFAdDRkNSdlJel7vBE="
[dependencies]
makepad-derive-live = { path = "../derive_live", version = "0.3.0" }
makepad-math = { path = "../../libs/math", version = "0.3.0" }
makepad-live-tokenizer = { path = "../live_tokenizer", version = "0.3.0" }
[features]
nightly = ["makepad-derive-live/nightly"]