added tabs mockup and updated note conente style

This commit is contained in:
Ren Amamiya
2023-03-27 08:43:48 +07:00
parent 5fcb1ef647
commit 392ce50280
10 changed files with 92 additions and 45 deletions

12
src-tauri/Cargo.lock generated
View File

@@ -1853,6 +1853,17 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "os_info"
version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c424bc68d15e0778838ac013b5b3449544d8133633d8016319e7e05a820b8c0"
dependencies = [
"log",
"serde",
"winapi",
]
[[package]]
name = "overload"
version = "0.1.1"
@@ -3061,6 +3072,7 @@ dependencies = [
"objc",
"once_cell",
"open",
"os_info",
"percent-encoding",
"rand 0.8.5",
"raw-window-handle",