Skip to content

Commit d9a467e

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent ef32ebf commit d9a467e

9 files changed

Lines changed: 1428 additions & 17630 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ path = "Source/Library.rs"
66
json5 = { workspace = true }
77
serde = { workspace = true }
88
serde_json = { workspace = true }
9-
tauri-build = { version = "2.1.0", features = [] }
9+
tauri-build = { version = "2.1.1", features = [] }
1010
toml = { workspace = true }
1111

1212
[dependencies]
@@ -21,41 +21,7 @@ tokio = { workspace = true }
2121
tokio-tungstenite = { workspace = true }
2222
unbug = { workspace = true }
2323

24-
# tauri = { features = ["tray-icon"], workspace = true }
25-
# tauri-plugin-authenticator = { workspace = true }
26-
# tauri-plugin-autostart = { workspace = true }
27-
# tauri-plugin-cli = { workspace = true }
28-
# tauri-plugin-clipboard-manager = { workspace = true }
29-
# tauri-plugin-dialog = { workspace = true }
30-
# tauri-plugin-fs = { workspace = true }
31-
# tauri-plugin-global-shortcut = { workspace = true }
32-
# tauri-plugin-http = { workspace = true }
33-
# tauri-plugin-log = { workspace = true }
34-
# tauri-plugin-notification = { workspace = true }
35-
# tauri-plugin-os = { workspace = true }
36-
# tauri-plugin-process = { workspace = true }
37-
# tauri-plugin-single-instance = { workspace = true }
38-
# tauri-plugin-store = { workspace = true }
39-
# tauri-plugin-upload = { workspace = true }
40-
# tauri-plugin-websocket = { workspace = true }
41-
4224
tauri = { features = ["tray-icon"], version = "2.4.1" }
43-
tauri-plugin-authenticator = { version = "2.0.0-rc.1" }
44-
tauri-plugin-autostart = { version = "2.2.0" }
45-
tauri-plugin-cli = { version = "2.2.0" }
46-
tauri-plugin-clipboard-manager = { version = "2.2.2" }
47-
tauri-plugin-dialog = { version = "2.2.0" }
48-
tauri-plugin-fs = { version = "2.2.0" }
49-
tauri-plugin-global-shortcut = { version = "2.2.0" }
50-
tauri-plugin-http = { version = "2.4.2" }
51-
tauri-plugin-log = { version = "2.3.1" }
52-
tauri-plugin-notification = { version = "2.2.2" }
53-
tauri-plugin-os = { version = "2.2.1" }
54-
tauri-plugin-process = { version = "2.2.0" }
55-
tauri-plugin-single-instance = { version = "2.2.2" }
56-
tauri-plugin-store = { version = "2.2.0" }
57-
tauri-plugin-upload = { version = "2.2.1" }
58-
tauri-plugin-websocket = { version = "2.3.0" }
5925

6026
[features]
6127
Debug = []

gen/android/.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 2
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = false
12+
insert_final_newline = false

gen/android/buildSrc/src/main/java/land/editor/binary/kotlin/BuildTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ open class BuildTask : DefaultTask() {
1616

1717
@TaskAction
1818
fun assemble() {
19-
val executable = """cargo""";
19+
val executable = """pnpm""";
2020
try {
2121
runTauriCli(executable)
2222
} catch (e: Exception) {

gen/schemas/acl-manifests.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

gen/schemas/android-schema.json

Lines changed: 706 additions & 4176 deletions
Large diffs are not rendered by default.

gen/schemas/desktop-schema.json

Lines changed: 0 additions & 4620 deletions
Large diffs are not rendered by default.

gen/schemas/mobile-schema.json

Lines changed: 706 additions & 4176 deletions
Large diffs are not rendered by default.

gen/schemas/windows-schema.json

Lines changed: 0 additions & 4620 deletions
Large diffs are not rendered by default.

tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"build": {
3232
"beforeBuildCommand": "pnpm run prepublishOnly --filter=@codeeditorland/sky --force",
3333
"beforeBundleCommand": "",
34-
"beforeDevCommand": "pnpm run Run --filter=@codeeditorland/output --filter=@codeeditorland/shim --filter=@codeeditorland/wind --filter=@codeeditorland/sky --force",
34+
"beforeDevCommand": "pnpm run Run --filter=@codeeditorland/sky --force",
3535
"devUrl": "http://localhost:9999",
3636
"features": [],
3737
"frontendDist": "../Sky/Target",

0 commit comments

Comments
 (0)