summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-07-27 20:45:05 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-07-27 20:45:05 +0200
commit0352eeaf0a9dc302b8226f06a118760f96dbde74 (patch)
tree790f9e331277fb8a8bd2c210b080cd016fedf38f /Cargo.toml
parent45740a23b39d9390b0dad0b819c66850ad09fd61 (diff)
Add an egui example app.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..5380e84
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "dosage"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+eframe = "0.32"