Merge branch 'main' of gitea:jheuel/photos
This commit is contained in:
@@ -2,7 +2,6 @@ use common::OutputPicture;
|
||||
use pathfinding::prelude::dijkstra;
|
||||
use weblog::console_log;
|
||||
|
||||
|
||||
pub fn get_common_height(row: &[OutputPicture], container_width: u32, margin: u32) -> f32 {
|
||||
let row_width: u32 = container_width - row.len() as u32 * (margin * 2);
|
||||
let total_aspect_ratio: f32 = row
|
||||
|
||||
@@ -4,4 +4,4 @@ pub mod grid;
|
||||
pub use grid::Grid;
|
||||
|
||||
pub mod picture;
|
||||
pub use picture::Picture;
|
||||
pub use picture::Picture;
|
||||
|
||||
Reference in New Issue
Block a user