makepad/widgets/dll/Cargo.toml
2026-04-10 21:14:32 +02:00

12 lines
266 B
TOML

[package]
name = "makepad-widgets-dll"
version = "2.0.0"
edition = "2021"
description = "Dynamic library wrapper around makepad-widgets"
license = "MIT OR Apache-2.0"
[lib]
crate-type = ["dylib"]
[dependencies]
makepad-widgets = { path = "..", version = "2.0.0" }