From c0675f170e8b113ba598aef885c4e91186b680cf Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:03:36 +0200 Subject: [PATCH] Fix easings import in plot examples --- examples/plot_scatter3d_easing/main.v | 2 +- examples/plot_scatter_easing/main.v | 2 +- examples/plot_surface_easing/main.v | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/plot_scatter3d_easing/main.v b/examples/plot_scatter3d_easing/main.v index 7f6fa2d4e..701a7f9c6 100644 --- a/examples/plot_scatter3d_easing/main.v +++ b/examples/plot_scatter3d_easing/main.v @@ -1,6 +1,6 @@ module main -import easings +import vsl.easings import vsl.plot import vsl.util diff --git a/examples/plot_scatter_easing/main.v b/examples/plot_scatter_easing/main.v index 79c855ed6..aa0f1899e 100644 --- a/examples/plot_scatter_easing/main.v +++ b/examples/plot_scatter_easing/main.v @@ -1,6 +1,6 @@ module main -import easings +import vsl.easings import vsl.plot import vsl.util diff --git a/examples/plot_surface_easing/main.v b/examples/plot_surface_easing/main.v index b6f7ebe8a..e25adb148 100644 --- a/examples/plot_surface_easing/main.v +++ b/examples/plot_surface_easing/main.v @@ -1,6 +1,6 @@ module main -import easings +import vsl.easings import vsl.plot fn main() {