This commit is contained in:
2024-11-21 20:32:34 +01:00
commit 72ec4d7188
6 changed files with 4414 additions and 0 deletions

21
Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[package]
name = "rocknstone"
version = "0.1.0"
edition = "2021"
[dependencies]
eframe = "0.29.1"
egui = "0.29.1"
egui_plot = "0.29.0"
env_logger = "0.11.5"
windows = { version = "0.58.0", features = [
"Win32_System",
"Win32_System_Diagnostics",
"Win32_System_Diagnostics_ToolHelp",
"Win32_System_Threading",
"Win32_System_Diagnostics_Debug",
"Win32_UI_Input_KeyboardAndMouse",
] }
[build-dependencies]
embed-manifest = "1.3.1"