Skip to content

Commit 99fc6eb

Browse files
author
Federico Lolli
committed
Integrated P&ID Editor and Configurable Pane
1 parent a9793a1 commit 99fc6eb

Some content is hidden

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

50 files changed

+2717
-120
lines changed

Cargo.lock

Lines changed: 307 additions & 113 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ license = "MIT"
1111
# ======= GUI & Rendering =======
1212
egui_tiles = "0.12"
1313
eframe = { version = "0.31", features = ["persistence"] }
14-
egui = { version = "0.31", features = ["log"] }
15-
egui_extras = "0.31"
14+
egui = { version = "0.31", features = ["log", "mint"] }
15+
egui_extras = { version = "0.31", features = ["svg"] }
1616
egui_plot = "0.31"
1717
egui_file = "0.22"
1818
# =========== Asynchronous ===========
@@ -36,6 +36,9 @@ strum_macros = "0.26"
3636
anyhow = "1.0"
3737
ring-channel = "0.12.0"
3838
thiserror = "2.0.7"
39+
uuid = { version = "1.12.1", features = ["serde", "v7"] }
40+
glam = { version = "0.29", features = ["serde", "mint"] }
41+
mint = "0.5.9"
3942

4043
[dependencies.skyward_mavlink]
4144
git = "https://git.skywarder.eu/avn/swd/mavlink/mavlink-skyward-lib.git"
187 KB
Binary file not shown.
1.95 MB
Binary file not shown.

icons/pid_symbols/dark/arrow.svg

Lines changed: 19 additions & 0 deletions
Loading

icons/pid_symbols/dark/burst_disk.svg

Lines changed: 27 additions & 0 deletions
Loading
Lines changed: 35 additions & 0 deletions
Loading
Lines changed: 31 additions & 0 deletions
Loading
Lines changed: 29 additions & 0 deletions
Loading
Lines changed: 45 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)