makepad/old/platform/shader_compiler/Cargo.toml
2026-02-12 14:52:33 +01:00

14 lines
450 B
TOML

[package]
name = "makepad-shader-compiler"
version = "1.0.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
description = "Makepad platform shader compiler"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/makepad/makepad/"
repository = "https://github.com/makepad/makepad/"
metadata.makepad-auto-version = "NBgzYZdWrLlWOfyRNi7EMbZq6a8="
[dependencies]
makepad-live-compiler = { path = "../live_compiler", version = "1.0.0" }