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

13 lines
No EOL
411 B
TOML

[package]
name = "makepad-code-editor"
version = "1.0.0"
edition = "2021"
authors = ["Makepad <info@makepad.nl>"]
description = "Makepad studio"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/makepad/makepad/"
repository = "https://github.com/makepad/makepad/"
metadata.makepad-auto-version = "B5GwTEaMIZlein6K-VyZDRiCKek="
[dependencies]
makepad-widgets = { path = "../widgets", version="1.0.0"}