Skip to main content

max / makenotwork

519 B · 14 lines History Blame Raw
1 [package]
2 name = "egui-updater"
3 version = "0.0.0"
4 edition = "2024"
5 license = "MIT"
6 description = "OTA self-update for egui/eframe desktop apps: poll a manifest, verify a minisign signature, download and apply. (Placeholder — implementation in progress.)"
7 readme = "README.md"
8 keywords = ["egui", "eframe", "updater", "self-update", "ota"]
9 categories = ["gui", "development-tools"]
10 # repository/homepage: set before the real release — see README. Omitted on the
11 # 0.0.0 name-reservation placeholder.
12
13 [dependencies]
14