From 0352eeaf0a9dc302b8226f06a118760f96dbde74 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 27 Jul 2025 20:45:05 +0200 Subject: Add an egui example app. --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.1