18 lines
315 B
EmacsLisp
18 lines
315 B
EmacsLisp
vessel "el-graph" {
|
|
version "0.1.0"
|
|
description "Graph rendering and editor vessel for el-ui"
|
|
authors ["Will Anderson <will@neurontechnologies.ai>"]
|
|
edition "2026"
|
|
}
|
|
|
|
dependencies {
|
|
el-platform "1.0"
|
|
el-style "1.0"
|
|
el-layout "1.0"
|
|
}
|
|
|
|
build {
|
|
entry "src/main.el"
|
|
output "dist/"
|
|
}
|