renamed to Sprint

This commit is contained in:
Oliver Bryan
2026-01-16 11:15:38 +00:00
parent b4601a7595
commit 385b85bdb4
95 changed files with 324 additions and 253 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "issue"
name = "sprint"
version = "0.1.0"
description = "Issue Project Manager"
description = "Sprint"
authors = ["Oliver Bryan"]
edition = "2021"
@@ -11,7 +11,7 @@ edition = "2021"
# The `_lib` suffix may seem redundant but it is necessary
# to make the lib name unique and wouldn't conflict with the bin name.
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
name = "issue_lib"
name = "sprint_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "issue",
"productName": "sprint",
"version": "0.1.0",
"identifier": "com.hex248.issue",
"identifier": "com.hex248.sprint",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420/app",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "Issue Project Manager",
"title": "Sprint",
"width": 1600,
"height": 900,
"minWidth": 640,