rtiow: add noise_explorer_warp.
This commit is contained in:
@@ -9,7 +9,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
actix-web = "0.7.8"
|
||||
askama = "0.7.1"
|
||||
image = "0.19.0"
|
||||
image = "0.22.3"
|
||||
log = "0.4.5"
|
||||
rand = "0.5.5"
|
||||
renderer = { path = "../renderer" }
|
||||
|
||||
@@ -418,7 +418,6 @@ fn noise_marble(
|
||||
np: Path<NoiseParamsMarble>,
|
||||
optional: Option<Query<OptionalParams>>,
|
||||
) -> Result<HttpResponse> {
|
||||
info!("optional {:?}", optional);
|
||||
noise(NoiseParams {
|
||||
width: np.width,
|
||||
height: np.height,
|
||||
|
||||
Reference in New Issue
Block a user