opengoal-launcher/src-tauri/Cargo.toml

30 lines
974 B
TOML
Raw Normal View History

2022-04-06 22:27:03 -04:00
[package]
name = "opengoal-launcher"
2023-01-30 22:58:51 -05:00
version = "1.8.0" # APP_VERSION
description = "A frontend for the OpenGOAL project"
authors = ["OpenGOAL"]
license = "ISC"
repository = "https://github.com/open-goal/launcher"
default-run = "opengoal-launcher"
2022-04-06 22:27:03 -04:00
edition = "2021"
rust-version = "1.61"
2022-04-06 22:27:03 -04:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.1.1", features = [] }
2022-04-06 22:27:03 -04:00
[dependencies]
fs_extra = "1.2.0"
2022-04-06 22:27:03 -04:00
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
build(deps): bump tauri from 1.2.1 to 1.2.2 in /src-tauri (#80) Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.2.1 to 1.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/tauri/releases">tauri's releases</a>.</em></p> <blockquote> <h2>tauri v1.2.2</h2> <p>Updating crates.io index</p> <!-- raw HTML omitted --> <pre><code>Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 473 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (441 crate dependencies) Crate: xml-rs Version: 0.8.4 Warning: unmaintained Title: xml-rs is Unmaintained Date: 2022-01-26 ID: RUSTSEC-2022-0048 URL: https://rustsec.org/advisories/RUSTSEC-2022-0048 Dependency tree: xml-rs 0.8.4 └── plist 1.3.1 └── tauri-codegen 1.2.1 ├── tauri-macros 1.2.1 │ └── tauri 1.2.2 │ ├── tauri 1.2.2 │ ├── restart 0.1.0 │ └── app-updater 0.1.0 └── tauri-build 1.2.1 └── app-updater 0.1.0 <p>warning: 1 allowed warning found </code></pre></p> <!-- raw HTML omitted --> <h2>[1.2.2]</h2> <ul> <li>Invoke event listener in windows safely to avoid causing uncaught errors in windows that have loaded external urls <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/c14b1df37284020b3edb32400eb4b9e32c945472">c14b1df3</a> fix(core): Invoke event listener in windows safely to avoid causing uncaught errors in windows that have loaded external urls (<a href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5563">#5563</a>) on 2022-12-08</li> </ul> </li> <li>Cleanup sidecar and tray icons when calling <code>app.exit()</code> from JS. <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/0f26960891228c5909e06d9f850c44ffaebf536c">0f269608</a> fix(core/api): cleanup before exit (<a href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5765">#5765</a>) on 2022-12-07</li> </ul> </li> <li>Fix compatibility with older Linux distributions. <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/b490308c8897b893292951754607c2253abbc6e1">b490308c</a> fix(core): compilation error on older Linux versions, fixes <a href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5684">#5684</a> (<a href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5697">#5697</a>) on 2022-11-28</li> </ul> </li> <li>Add <code>tauri::Builder::enable_macos_default_menu</code> to enable or disable the default menu creation on macOS. <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/8866ecac3cd1af8bf02e29569d605be5a1afe22c">8866ecac</a> feat(core): add <code>tauri::Builder::enable_macos_default_menu</code> (<a href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5756">#5756</a>) on 2022-12-07</li> <li><a href="https://www.github.com/tauri-apps/tauri/commit/b293da35dd5ae8c1569a3f3c994b4c1a4c227f4a">b293da35</a> fix(changes): change <code>enable_macos_default_menu</code> bump to patch on 2022-12-08</li> </ul> </li> </ul> <!-- raw HTML omitted --> <pre><code>&lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tauri-apps/tauri/commit/75a0c79dea39e3e8372097152a0fa82cf6493686"><code>75a0c79</code></a> Apply Version Updates From Current Changes (<a href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5710">#5710</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/c14b1df37284020b3edb32400eb4b9e32c945472"><code>c14b1df</code></a> fix(core): Invoke event listener in windows safely to avoid causing uncaught ...</li> <li><a href="https://github.com/tauri-apps/tauri/commit/41a471b23a6f96bf3201e0d11fd19e97d6bd107c"><code>41a471b</code></a> feat(covector): improve published version check (<a href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/9e7ce0a8eef4bf3536645976e3e09162fbf772ab"><code>9e7ce0a</code></a> feat(cli): detect SolidJS and SolidStart (<a href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5758">#5758</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/b293da35dd5ae8c1569a3f3c994b4c1a4c227f4a"><code>b293da3</code></a> fix(changes): change <code>enable_macos_default_menu</code> bump to patch</li> <li><a href="https://github.com/tauri-apps/tauri/commit/fdcd77338c1a3a7ef8a8ea1907351c5c350ea7ba"><code>fdcd773</code></a> chore(deps): update wry to 0.23</li> <li><a href="https://github.com/tauri-apps/tauri/commit/9093ef3314c27d2295b4266893fd2290c1bdfb6a"><code>9093ef3</code></a> fix(bundler): blank taskbar icon on WiX update, closes <a href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5631">#5631</a> (<a href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5779">#5779</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/ffe21e0225345c3de4e5edfce7bcb28807882bea"><code>ffe21e0</code></a> chore(cli): rerun build on template changes</li> <li><a href="https://github.com/tauri-apps/tauri/commit/4f087cfd92c7c781d3e70b2f8ba1b4d45b233ce6"><code>4f087cf</code></a> chore(deps): pin wry to 0.22.6</li> <li><a href="https://github.com/tauri-apps/tauri/commit/7225501c138cdaa9b77a4a72d0e07d9e3e75055d"><code>7225501</code></a> chore(deps) Update dependency prettier to v2.8.1 (<a href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5777">#5777</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tauri-apps/tauri/compare/tauri-v1.2.1...tauri-v1.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tauri&package-manager=cargo&previous-version=1.2.1&new-version=1.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 16:47:35 -05:00
tauri = { version = "1.2.2", features = ["api-all", "devtools"] }
2022-04-06 22:27:03 -04:00
[features]
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
default = [ "custom-protocol" ]
# this feature is used used for production builds where `devPath` points to the filesystem
# DO NOT remove this
custom-protocol = [ "tauri/custom-protocol" ]