mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 01:13:27 +01:00
feat: initial cir release
This commit is contained in:
parent
46bda82726
commit
2f94a6eb82
3 changed files with 8 additions and 14 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -5,9 +5,9 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- feature/tauri
|
||||||
- master
|
#- master
|
||||||
- main
|
#- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,6 @@
|
||||||
{
|
{
|
||||||
"branches": [
|
"branches": [
|
||||||
"main",
|
"feature/tauri"
|
||||||
"master",
|
|
||||||
"release",
|
|
||||||
{
|
|
||||||
"name": "dev",
|
|
||||||
"prerelease": true
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@
|
||||||
name = "app"
|
name = "app"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "A Tauri App"
|
description = "A Tauri App"
|
||||||
authors = ["you"]
|
authors = ["autodrop3d, xibyte"]
|
||||||
license = ""
|
license = "LICENSE"
|
||||||
repository = ""
|
repository = "https://github.com/Xibyte/jsketcher"
|
||||||
default-run = "app"
|
default-run = "app"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.59"
|
rust-version = "1.69"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue