makepad-shader-compiler 0.5.0

Makepad platform shader 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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7eda9797925ebd748af16839ebc15065e6e1fc36f77b21b72a3516205800893"
dependencies = [
 "makepad-live-id",
 "makepad-micro-proc-macro",
]

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

[[package]]
name = "makepad-live-compiler"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "095a3bf4020b5bfef597609ad23468e6856c9daa8067c5f366d89a84c8c0fe2a"
dependencies = [
 "makepad-derive-live",
 "makepad-live-tokenizer",
 "makepad-math",
]

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

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

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

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

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

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

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

[[package]]
name = "makepad-shader-compiler"
version = "0.5.0"
dependencies = [
 "makepad-live-compiler",
]