makepad-live-compiler 0.3.0

Makepad platform live DSL compiler
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "makepad-derive-live"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbffb8eca6516daf2e6f550d43988e2095d0f232d184617d131d24a45f457b61"
dependencies = [
 "makepad-live-id",
 "makepad-micro-proc-macro",
]

[[package]]
name = "makepad-error-log"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b99cc80c5de84dede5cee2033af72e3a895f426ba36b5d9fc3efa112516ead47"

[[package]]
name = "makepad-live-compiler"
version = "0.3.0"
dependencies = [
 "makepad-derive-live",
 "makepad-live-tokenizer",
 "makepad-math",
]

[[package]]
name = "makepad-live-id"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c34ddad0c1aa85923cdf87a12b4e330a737666220620afcbcbdc961f5381b65"
dependencies = [
 "makepad-error-log",
 "makepad-live-id-macros",
]

[[package]]
name = "makepad-live-id-macros"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da24a498fa709e98b07e70889cbbbb7d6397f11963c932130aeaeafdd0d90478"
dependencies = [
 "makepad-micro-proc-macro",
]

[[package]]
name = "makepad-live-tokenizer"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07d9af25deb5aa7be78a9a9e47d0f3c8ff4b6ea348886ff9fe849e8ef79f517e"
dependencies = [
 "makepad-live-id",
 "makepad-math",
 "makepad-micro-serde",
]

[[package]]
name = "makepad-math"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef552f5dfd5d16b530b89799c73513db00c989d29d270be98d570b870586cdd"

[[package]]
name = "makepad-micro-proc-macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf526dee307c68048412c48ce1671cec7015eef7969e3450b12f4aa4dcd69fc4"

[[package]]
name = "makepad-micro-serde"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f588fed46fbbea5df82928ed473fb6dd9a155fd7332087c00b2ac30162563cef"
dependencies = [
 "makepad-micro-serde-derive",
]

[[package]]
name = "makepad-micro-serde-derive"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e4d9f2a5871e3796525feb92f6c493c58d65227cb09f6ffbabb3f4cb3379eb7"
dependencies = [
 "makepad-micro-proc-macro",
]