From feefeecec6c6050635b2c016452dfa1529575987 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Thu, 13 Aug 2026 01:56:09 -0700 Subject: big refactor for board --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f74d8af..b46c10d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,8 @@ egui-winit = "0.35.0" egui-wgpu = "0.35.0" winit = { version = "0.30", features = ["rwh_06"] } env_logger = "0.11.11" +puffin = "0.20.0" +puffin_http = "0.17.0" +[features] +profiler = [] \ No newline at end of file -- cgit v1.3.1