mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-11-16 15:27:46 +00:00
feat: update cargo metadata
This commit is contained in:
parent
a03aedce82
commit
e23b140c22
3 changed files with 28 additions and 2405 deletions
2417
Cargo.lock
generated
2417
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
14
Cargo.toml
14
Cargo.toml
|
@ -1,10 +1,10 @@
|
|||
cargo-features = ["profile-rustflags"]
|
||||
[package]
|
||||
name = "gupax"
|
||||
version = "1.3.6"
|
||||
authors = ["hinto-janai <hinto.janai@protonmail.com>"]
|
||||
description = "GUI for P2Pool+XMRig"
|
||||
documentation = "https://github.com/hinto-janai/gupax"
|
||||
name = "gupaxx"
|
||||
version = "0.1.0"
|
||||
authors = ["cyrix126 <gupaxx@baermail.fr>"]
|
||||
description = "Fork of Gupax integrating the XMRvsBeast Raffle "
|
||||
documentation = "https://github.com/cyrix126/gupaxx"
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
|
@ -119,7 +119,7 @@ static_vcruntime = "2.0"
|
|||
|
||||
# For macOS build (cargo-bundle)
|
||||
[package.metadata.bundle]
|
||||
name = "Gupax"
|
||||
identifier = "com.github.hinto-janai.gupax"
|
||||
name = "Gupaxx"
|
||||
identifier = "com.github.cyrix126.gupaxx"
|
||||
icon = ["images/icons/icon@2x.png"]
|
||||
category = "public.app-category.utilities"
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
- [ ] stable release
|
||||
- [ ] video tutorial to set up XvB Tab
|
||||
- [ ] adapt doc for new code
|
||||
- [ ] cargo package metadata
|
||||
- [x] cargo package metadata
|
||||
- [ ] pgp signatures
|
||||
- [x] fix clippy
|
||||
- [ ] optimizations
|
||||
|
|
Loading…
Reference in a new issue