reikhelm/reikhelm-viz/Cargo.toml
Parley Hatch 08e99e38a3 chore: scaffold reikhelm cargo workspace (core + viz crates)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-28 20:56:24 -06:00

8 lines
169 B
TOML

[package]
name = "reikhelm-viz"
version = "0.1.0"
edition = "2021"
[dependencies]
macroquad = "0.4.15"
reikhelm-core = { version = "0.1.0", path = "../reikhelm-core" }