22 lines
460 B
TOML
22 lines
460 B
TOML
[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"
|