feat(runtime): native platform backends and UI vessels onto main
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user