initial commit - v0.1.0
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "somewhatusefultool"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
eframe = "0.31.1"
|
||||
egui = "0.31.1"
|
||||
editor = { path = "./editor" }
|
||||
egui_extras = { version = "0.31.1", features = [
|
||||
"chrono",
|
||||
"datepicker",
|
||||
"file",
|
||||
"image",
|
||||
] }
|
||||
egui_file = "0.22.1"
|
||||
image = { version = "0.25.6", features = ["jpeg", "png"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
thiserror = "2.0.12"
|
||||
egui_commonmark = "0.20.0"
|
||||
Reference in New Issue
Block a user