12 lines
414 B
TOML
12 lines
414 B
TOML
[package]
|
|
name = "salamu"
|
|
version = "0.6.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Makepad simple example"
|
|
license = "MIT OR Apache-2.0"
|
|
metadata.makepad-auto-version = "db3R5Gxh5Njhx8E-8kuZ2plQ1AI="
|
|
|
|
[dependencies]
|
|
makepad-widgets = { path = "../makepad/widgets", version = "0.6.0" }
|
|
# makepad-widgets = { git = "https://github.com/jmbejar/makepad", branch = "moxin-release-v1" }
|