From 46d22e77d458b1e5cd9a9b17df67c63849574a95 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Thu, 5 Jun 2025 16:51:33 -0500 Subject: Barebones rendering framework --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..76c96ac --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "palpad" +version = "0.1.0" +edition = "2021" -- cgit