Skip to content

Commit f5f6869

Browse files
committed
Start project config file support & rework UI
1 parent b02e32f commit f5f6869

File tree

13 files changed

+789
-210
lines changed

13 files changed

+789
-210
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,17 @@ wgpu = ["eframe/wgpu"]
2323

2424
[dependencies]
2525
anyhow = "1.0.71"
26+
byteorder = "1.4.3"
2627
bytes = "1.4.0"
2728
cfg-if = "1.0.0"
2829
const_format = "0.2.31"
2930
cwdemangle = "0.1.5"
31+
dirs = "5.0.1"
3032
eframe = { version = "0.22.0", features = ["persistence"] }
3133
egui = "0.22.0"
3234
egui_extras = "0.22.0"
3335
flagset = "0.4.3"
36+
globset = { version = "0.4.13", features = ["serde1"] }
3437
log = "0.4.19"
3538
memmap2 = "0.7.1"
3639
notify = "6.0.1"
@@ -40,12 +43,13 @@ ppc750cl = { git = "https://github.com/terorie/ppc750cl", rev = "9ae36eef34aa6d7
4043
rabbitizer = "1.7.4"
4144
rfd = { version = "0.11.4" } #, default-features = false, features = ['xdg-portal']
4245
serde = { version = "1", features = ["derive"] }
46+
serde_json = "1.0.104"
47+
serde_yaml = "0.9.25"
4348
tempfile = "3.6.0"
4449
thiserror = "1.0.41"
4550
time = { version = "0.3.22", features = ["formatting", "local-offset"] }
4651
toml = "0.7.6"
4752
twox-hash = "1.6.3"
48-
byteorder = "1.4.3"
4953

5054
# For Linux static binaries, use rustls
5155
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)