mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 00:45:08 +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:
|
||||
- "v*"
|
||||
branches:
|
||||
- dev
|
||||
- master
|
||||
- main
|
||||
- feature/tauri
|
||||
#- master
|
||||
#- main
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,6 @@
|
|||
{
|
||||
"branches": [
|
||||
"main",
|
||||
"master",
|
||||
"release",
|
||||
{
|
||||
"name": "dev",
|
||||
"prerelease": true
|
||||
}
|
||||
"feature/tauri"
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
name = "app"
|
||||
version = "0.1.0"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
license = ""
|
||||
repository = ""
|
||||
authors = ["autodrop3d, xibyte"]
|
||||
license = "LICENSE"
|
||||
repository = "https://github.com/Xibyte/jsketcher"
|
||||
default-run = "app"
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue