@duonghieu0712z/create-tauri-vue-template 0.1.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/.github/workflows/code-quality.yml +3 -0
- package/template/.github/workflows/release.yml +13 -8
- package/template/lint-staged.config.js +1 -1
- package/template/package.json +9 -9
- package/template/pnpm-lock.yaml +416 -418
- package/template/src/styles/globals.css +0 -21
- package/template/src-tauri/Cargo.lock +15 -46
|
@@ -148,24 +148,3 @@
|
|
|
148
148
|
@apply appearance-none [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none;
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
|
-
|
|
152
|
-
@utility scrollbar {
|
|
153
|
-
&::-webkit-scrollbar {
|
|
154
|
-
width: calc(var(--spacing) * 1.5);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
&::-webkit-scrollbar-track {
|
|
158
|
-
background-color: transparent;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
&::-webkit-scrollbar-thumb {
|
|
162
|
-
border: 1px solid transparent;
|
|
163
|
-
border-radius: calc(infinity* 1px);
|
|
164
|
-
background-clip: content-box;
|
|
165
|
-
background-color: var(--color-input);
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
169
|
-
background-color: var(--color-ring);
|
|
170
|
-
}
|
|
171
|
-
}
|
|
@@ -1976,7 +1976,7 @@ dependencies = [
|
|
|
1976
1976
|
"js-sys",
|
|
1977
1977
|
"log",
|
|
1978
1978
|
"wasm-bindgen",
|
|
1979
|
-
"windows-core
|
|
1979
|
+
"windows-core",
|
|
1980
1980
|
]
|
|
1981
1981
|
|
|
1982
1982
|
[[package]]
|
|
@@ -3727,9 +3727,9 @@ dependencies = [
|
|
|
3727
3727
|
|
|
3728
3728
|
[[package]]
|
|
3729
3729
|
name = "serde_with"
|
|
3730
|
-
version = "3.
|
|
3730
|
+
version = "3.21.0"
|
|
3731
3731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3732
|
-
checksum = "
|
|
3732
|
+
checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
|
|
3733
3733
|
dependencies = [
|
|
3734
3734
|
"base64 0.22.1",
|
|
3735
3735
|
"bs58",
|
|
@@ -3747,9 +3747,9 @@ dependencies = [
|
|
|
3747
3747
|
|
|
3748
3748
|
[[package]]
|
|
3749
3749
|
name = "serde_with_macros"
|
|
3750
|
-
version = "3.
|
|
3750
|
+
version = "3.21.0"
|
|
3751
3751
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3752
|
-
checksum = "
|
|
3752
|
+
checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
|
|
3753
3753
|
dependencies = [
|
|
3754
3754
|
"darling",
|
|
3755
3755
|
"proc-macro2",
|
|
@@ -4137,7 +4137,7 @@ dependencies = [
|
|
|
4137
4137
|
"unicode-segmentation",
|
|
4138
4138
|
"url",
|
|
4139
4139
|
"windows",
|
|
4140
|
-
"windows-core
|
|
4140
|
+
"windows-core",
|
|
4141
4141
|
"windows-version",
|
|
4142
4142
|
"x11-dl",
|
|
4143
4143
|
]
|
|
@@ -5461,7 +5461,7 @@ dependencies = [
|
|
|
5461
5461
|
"webview2-com-macros",
|
|
5462
5462
|
"webview2-com-sys",
|
|
5463
5463
|
"windows",
|
|
5464
|
-
"windows-core
|
|
5464
|
+
"windows-core",
|
|
5465
5465
|
"windows-implement",
|
|
5466
5466
|
"windows-interface",
|
|
5467
5467
|
]
|
|
@@ -5485,7 +5485,7 @@ checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c"
|
|
|
5485
5485
|
dependencies = [
|
|
5486
5486
|
"thiserror 2.0.18",
|
|
5487
5487
|
"windows",
|
|
5488
|
-
"windows-core
|
|
5488
|
+
"windows-core",
|
|
5489
5489
|
]
|
|
5490
5490
|
|
|
5491
5491
|
[[package]]
|
|
@@ -5541,7 +5541,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5541
5541
|
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
|
5542
5542
|
dependencies = [
|
|
5543
5543
|
"windows-collections",
|
|
5544
|
-
"windows-core
|
|
5544
|
+
"windows-core",
|
|
5545
5545
|
"windows-future",
|
|
5546
5546
|
"windows-link 0.1.3",
|
|
5547
5547
|
"windows-numerics",
|
|
@@ -5553,7 +5553,7 @@ version = "0.2.0"
|
|
|
5553
5553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5554
5554
|
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
|
5555
5555
|
dependencies = [
|
|
5556
|
-
"windows-core
|
|
5556
|
+
"windows-core",
|
|
5557
5557
|
]
|
|
5558
5558
|
|
|
5559
5559
|
[[package]]
|
|
@@ -5565,21 +5565,8 @@ dependencies = [
|
|
|
5565
5565
|
"windows-implement",
|
|
5566
5566
|
"windows-interface",
|
|
5567
5567
|
"windows-link 0.1.3",
|
|
5568
|
-
"windows-result
|
|
5569
|
-
"windows-strings
|
|
5570
|
-
]
|
|
5571
|
-
|
|
5572
|
-
[[package]]
|
|
5573
|
-
name = "windows-core"
|
|
5574
|
-
version = "0.62.2"
|
|
5575
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5576
|
-
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
5577
|
-
dependencies = [
|
|
5578
|
-
"windows-implement",
|
|
5579
|
-
"windows-interface",
|
|
5580
|
-
"windows-link 0.2.1",
|
|
5581
|
-
"windows-result 0.4.1",
|
|
5582
|
-
"windows-strings 0.5.1",
|
|
5568
|
+
"windows-result",
|
|
5569
|
+
"windows-strings",
|
|
5583
5570
|
]
|
|
5584
5571
|
|
|
5585
5572
|
[[package]]
|
|
@@ -5588,7 +5575,7 @@ version = "0.2.1"
|
|
|
5588
5575
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5589
5576
|
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
|
5590
5577
|
dependencies = [
|
|
5591
|
-
"windows-core
|
|
5578
|
+
"windows-core",
|
|
5592
5579
|
"windows-link 0.1.3",
|
|
5593
5580
|
"windows-threading",
|
|
5594
5581
|
]
|
|
@@ -5633,7 +5620,7 @@ version = "0.2.0"
|
|
|
5633
5620
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5634
5621
|
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
|
5635
5622
|
dependencies = [
|
|
5636
|
-
"windows-core
|
|
5623
|
+
"windows-core",
|
|
5637
5624
|
"windows-link 0.1.3",
|
|
5638
5625
|
]
|
|
5639
5626
|
|
|
@@ -5646,15 +5633,6 @@ dependencies = [
|
|
|
5646
5633
|
"windows-link 0.1.3",
|
|
5647
5634
|
]
|
|
5648
5635
|
|
|
5649
|
-
[[package]]
|
|
5650
|
-
name = "windows-result"
|
|
5651
|
-
version = "0.4.1"
|
|
5652
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5653
|
-
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
5654
|
-
dependencies = [
|
|
5655
|
-
"windows-link 0.2.1",
|
|
5656
|
-
]
|
|
5657
|
-
|
|
5658
5636
|
[[package]]
|
|
5659
5637
|
name = "windows-strings"
|
|
5660
5638
|
version = "0.4.2"
|
|
@@ -5664,15 +5642,6 @@ dependencies = [
|
|
|
5664
5642
|
"windows-link 0.1.3",
|
|
5665
5643
|
]
|
|
5666
5644
|
|
|
5667
|
-
[[package]]
|
|
5668
|
-
name = "windows-strings"
|
|
5669
|
-
version = "0.5.1"
|
|
5670
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5671
|
-
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
5672
|
-
dependencies = [
|
|
5673
|
-
"windows-link 0.2.1",
|
|
5674
|
-
]
|
|
5675
|
-
|
|
5676
5645
|
[[package]]
|
|
5677
5646
|
name = "windows-sys"
|
|
5678
5647
|
version = "0.45.0"
|
|
@@ -6088,7 +6057,7 @@ dependencies = [
|
|
|
6088
6057
|
"webkit2gtk-sys",
|
|
6089
6058
|
"webview2-com",
|
|
6090
6059
|
"windows",
|
|
6091
|
-
"windows-core
|
|
6060
|
+
"windows-core",
|
|
6092
6061
|
"windows-version",
|
|
6093
6062
|
"x11-dl",
|
|
6094
6063
|
]
|