tishlang_app 1.1.4

cargo:tishlang_app — alias re-export of tishlang_desktop (cross-device app runtime)
docs.rs failed to build tishlang_app-1.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

cargo:tishlang_app

Alias crate for tishlang_desktop. Same API:

import { run, handle, createSurface, stateSet } from "cargo:tishlang_app"

Add to package.json:

"tish": {
  "rustDependencies": {
    "tishlang_app": { "path": "../../crates/tish_app" }
  }
}