Skip to content

Commit 65ad14f

Browse files
committed
update some details
1 parent 416a76d commit 65ad14f

File tree

8 files changed

+137
-209
lines changed

8 files changed

+137
-209
lines changed

src-tauri/Cargo.lock

Lines changed: 18 additions & 164 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "roco-codex"
3-
version = "0.0.0"
4-
description = "A Tauri App"
5-
authors = ["you"]
6-
license = ""
3+
version = "1.0.0-beta.1"
4+
description = "Roco Codex"
5+
authors = ["NeserCode"]
6+
license = "MIT"
77
repository = ""
88
edition = "2021"
99

@@ -16,9 +16,8 @@ tauri-build = { version = "1.4", features = [] }
1616
tauri = { version = "1.4", features = [ "system-tray", "api-all"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
19-
windows-webview2 = "0.1.0"
20-
webview2-com = "0.25.0"
21-
windows = "0.48.0"
19+
webview2-com = "0.19.0"
20+
windows = "0.39.0"
2221

2322
[features]
2423
# this feature is used for production builds or when `devPath` points to the filesystem

0 commit comments

Comments
 (0)