jonmo 0.7.0

ergonomic Bevy-native reactivity powered by FRP signals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
let { build_example, ci, cleanup_pr_previews, examples_on_main, pr_previews, release, wasm_example_index_template, .. } = import kaaj in
let LIBRARY = "jonmo" in
let REPO = "https://github.com/databasedav/%{ LIBRARY }" in
let GITHUB_PAGES_URL = "https://databasedav.github.io/%{ LIBRARY }" in
{
    build_example_ = build_example LIBRARY false "bevy/webgpu",
    ci_ = ci,
    cleanup_pr_previews_ = cleanup_pr_previews REPO,
    pr_previews_ = pr_previews REPO GITHUB_PAGES_URL,
    examples_on_main_ = examples_on_main REPO,
    release_ = release,
}