diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-05 16:51:33 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-05 16:51:33 -0500 |
commit | 46d22e77d458b1e5cd9a9b17df67c63849574a95 (patch) | |
tree | 9f3b6bcf132fbf17078f11332a3041662ab1b651 /Cargo.lock |
Barebones rendering framework
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..9da8dd8 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "palpad" +version = "0.1.0" |