Re-enable ROGCC fan curves

This commit is contained in:
Luke D. Jones
2023-12-24 10:30:33 +13:00
parent f421b8ee3b
commit a867496f13
10 changed files with 340 additions and 250 deletions

View File

@@ -10,8 +10,9 @@ edition = "2021"
#mocking = []
[dependencies]
egui = { git = "https://github.com/emilk/egui", rev = "b8e798777de519de3a1878798097ab2ab0bd4def"}
eframe = { git = "https://github.com/emilk/egui", rev = "b8e798777de519de3a1878798097ab2ab0bd4def"}
egui = "0.24.1"
eframe = "0.24.1"
egui_plot = "0.24.1"
# egui = { path = "../../egui/crates/egui" }
# eframe = { path = "../../egui/crates/eframe" }