diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-08-13 01:56:09 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-08-13 01:56:09 -0700 |
| commit | feefeecec6c6050635b2c016452dfa1529575987 (patch) | |
| tree | 024cc36c2c75e10b6bfd68f29c1494830bec37df /Cargo.toml | |
| parent | 7ce9781f86c56f932dabc3bc84b8d21d7be8fecc (diff) | |
big refactor for board
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
