plottery_editor 0.7.0

Graphical Editor of Plottery, a creative coding framework for generative vector graphics and pen plotting.
[application]
# App (Project) Name
name = "Plottery Editor"

# Dioxus App Default Platform
# desktop, web
default_platform = "desktop"
# `build` & `serve` dist path
out_dir = "dist"
# resource (public) file folder
asset_dir = "public"

[web.app]
# HTML title tag content
title = "Plottery Editor"

[web.watcher]
# when watcher trigger, regenerate the `index.html`
reload_html = true
# which files or dirs will be watcher monitoring
watch_path = ["src", "public"]
# include `assets` in web platform
[web.resource]
# Javascript code file
script = []

[web.resource.dev]
# Javascript code file
# serve: [dev-server] only
script = []

[bundle]
identifier = "de.tobiasgrothmann.plottery_editor"
publisher = "Tobias Grothmann"
icon = ["public/app_icon/icon_512.png"]