Skip to content

Commit 5423cb4

Browse files
committed
chore: clean up for build
1 parent 5f96e65 commit 5423cb4

118 files changed

Lines changed: 147 additions & 21757 deletions

File tree

Some content is hidden

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

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ tower = { version = "0.5", default-features = false }
136136
tower-http = { version = "0.6", default-features = false, features = ["limit", "timeout", "cors"] }
137137
http-body-util = "0.1"
138138

139-
# Embed frontend assets into binary (web dashboard)
140-
rust-embed = "8"
141-
mime_guess = "2"
142-
143139
# OpenTelemetry — OTLP trace + metrics export.
144140
# Use the blocking HTTP exporter client to avoid Tokio-reactor panics in
145141
# OpenTelemetry background batch threads when Gloamy emits spans/metrics from

README.md

Lines changed: 5 additions & 1 deletion

desktop/README.md

Lines changed: 5 additions & 17 deletions

desktop/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9-
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
10-
<title>basic project</title>
9+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght;500;600&display=swap" rel="stylesheet">
10+
<title>Gloamy</title>
1111
</head>
1212

1313
<body>

desktop/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "desktop-starter"
2+
name = "Gloamy"
33
version = "0.0.1"
4-
description = "A generic desktop app starter"
4+
description = "Gloamy desktop runtime and control center"
55
authors = ["you"]
66
edition = "2021"
77

-852 Bytes
-1.4 KB

desktop/src-tauri/icons/32x32.png

-280 Bytes

desktop/src-tauri/icons/64x64.png

-533 Bytes

0 commit comments

Comments
 (0)