Skip to content

Commit 37e8e1e

Browse files
committed
chore: move onelauncher apps into its own folder
1 parent 81aa87a commit 37e8e1e

File tree

215 files changed

+707
-1103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+707
-1103
lines changed

.vscode/settings.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020
"**/.cargo": true,
2121
"**/.crates": true
2222
},
23-
"rust-analyzer.procMacro.enable": true,
24-
"rust-analyzer.procMacro.attributes.enable": true,
23+
"rust-analyzer.procMacro.enable": false,
24+
"rust-analyzer.procMacro.attributes.enable": false,
2525
"rust-analyzer.procMacro.ignored": {
26-
"async-trait": ["async_trait"]
26+
"async-trait": ["async_trait"],
27+
"specta": ["specta"],
28+
"tauri-specta": ["command"]
2729
},
28-
"rust-analyzer.check.command": "clippy",
30+
"rust-analyzer.check.command": "check",
2931
"rust-analyzer.diagnostics.experimental.enable": false,
3032
"rust-analyzer.linkedProjects": [],
3133
"rust-analyzer.cargo.extraEnv": {},

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
members = [
3-
"apps/desktop",
3+
"apps/onelauncher/desktop",
44
"packages/core",
55
"packages/entity",
66
"packages/gamemode",

apps/desktop/src/api/commands/cluster.rs

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)