26 lines
583 B
EmacsLisp
26 lines
583 B
EmacsLisp
package "profile-card" {
|
|
version "0.1.0"
|
|
description "el-ui profile card example — styling, layout, i18n, config, auth"
|
|
authors ["Neuron Technologies"]
|
|
edition "2026"
|
|
}
|
|
|
|
build {
|
|
entry "src/App.el"
|
|
target "debug"
|
|
}
|
|
|
|
dependencies {
|
|
el-style { path "../../vessels/el-style" }
|
|
el-layout { path "../../vessels/el-layout" }
|
|
el-i18n { path "../../vessels/el-i18n" }
|
|
el-config { path "../../vessels/el-config" }
|
|
el-secrets { path "../../vessels/el-secrets" }
|
|
}
|
|
|
|
app {
|
|
window_title "Profile Card"
|
|
window_width 800
|
|
window_height 600
|
|
}
|