makepad/old/studio/Cargo.toml
2026-03-03 09:18:19 +01:00

23 lines
1.1 KiB
TOML

[package]
name = "makepad-studio-old"
version = "2.0.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
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 = "EkK1QSsxv7UT52XhDLrPkeaEQA8="
metadata.makepad-check-platform = "desktop"
[dependencies]
makepad-widgets = {path="../../widgets" , version="2.0.0", features=["voice"]}
makepad-code-editor = {path="../../code_editor", version="2.0.0"}
makepad-file-protocol = {path="./file_protocol", version="1.0.0"}
makepad-file-server = {path="./file_server", version="1.0.0"}
makepad-shell = {path="../../libs/shell" , version="1.0.0"}
makepad-network = {path = "../../platform/network", version = "1.0.0"}
jpeg-encoder = {path = "../../libs/jpeg-encoder", version = "0.6.1"}
makepad-terminal-core = {path = "../../libs/terminal_core", version = "1.0.0"}
makepad-zune-core = {path = "../../libs/zune/zune-core", version = "0.5.1"}
makepad-zune-png = {path = "../../libs/zune/zune-png", version = "0.5.1"}