From bb827c3928ee6fc56c04e503be9f39ae70efee67 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 19 Feb 2026 10:09:18 +0000 Subject: feat: Refactor code structure and enhance functionality across multiple crates --- crates/render-demo/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/render-demo/Cargo.toml') diff --git a/crates/render-demo/Cargo.toml b/crates/render-demo/Cargo.toml index 94c2e46..b7b62cd 100644 --- a/crates/render-demo/Cargo.toml +++ b/crates/render-demo/Cargo.toml @@ -17,6 +17,9 @@ sdl2 = { version = "0.37", optional = true, default-features = false, features = glow = { version = "0.16", optional = true } image = { version = "0.25", optional = true, default-features = false, features = ["png"] } +[dev-dependencies] +common = { path = "../common" } + [[bin]] name = "parkan-render-demo" path = "src/main.rs" -- cgit v1.2.3