Provide thumbnailing

This commit is contained in:
Jeremy Soller 2025-07-11 11:27:48 -06:00
parent 9cc1660537
commit 55654e1231
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
7 changed files with 128 additions and 11 deletions

View file

@ -1,6 +1,5 @@
use vergen::EmitBuilder;
fn main() {
EmitBuilder::builder().git_sha(true).emit().unwrap();
EmitBuilder::builder().git_sha(true).emit().unwrap();
}