Files
ai-app/scripts/rigs/ui-profile/Cargo.toml
T

11 lines
249 B
TOML

# Standalone so profiling dependencies stay out of the app and iris workspaces.
[package]
name = "ui-profile"
version = "0.1.0"
edition = "2024"
[dev-dependencies]
ai-app = { path = "../../../app" }
iris = { path = "../../../iris" }
bytemuck = "1"