From 1aa451300e072c869fe1c63b31ca350248f907c0 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:34:28 +0200 Subject: [PATCH] more --- src/tiles.rs | 4 ---- tiles.rs | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/tiles.rs b/src/tiles.rs index 1126332..7734584 100644 --- a/src/tiles.rs +++ b/src/tiles.rs @@ -1,7 +1,3 @@ -use std::{fmt::Debug, marker::PhantomData}; - -use egui_inspect::Inspect; - pub struct TileDef { pub layer: (), //ADD pub blend_graphic: String, diff --git a/tiles.rs b/tiles.rs index 1126332..7734584 100644 --- a/tiles.rs +++ b/tiles.rs @@ -1,7 +1,3 @@ -use std::{fmt::Debug, marker::PhantomData}; - -use egui_inspect::Inspect; - pub struct TileDef { pub layer: (), //ADD pub blend_graphic: String,