From 99dabd3f2f81ffcf0b6f2b59e13ebb4502b2ccac Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 22 Oct 2020 17:44:38 -0400 Subject: Added product migration, better organization of DTOs, Entities, and Domain Models. Also made config loading/photo generation easier. --- dichroism/src/constants.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dichroism/src/constants.rs') diff --git a/dichroism/src/constants.rs b/dichroism/src/constants.rs index 87d0442..72a8de9 100644 --- a/dichroism/src/constants.rs +++ b/dichroism/src/constants.rs @@ -1 +1,4 @@ pub const DEFAULT_CONFIG: &str = "./Dichroism.toml"; +pub const PHOTO_FULLSIZE_XY: u32 = 1000; +pub const PHOTO_BASE_XY: u32 = 640; +pub const PHOTO_THUMBNAIL_XY: u32 = 300; -- cgit v1.2.3