egui-circles/Cargo.toml

10 lines
207 B
TOML
Raw Normal View History

2024-04-28 22:01:57 +02:00
[package]
name = "egui-circles"
version = "0.1.0"
edition = "2021"
rust-version = "1.56"
[dependencies]
eframe = "0.24.0" # Gives us egui, epi and web+native backends
emath = "0.24.0"
rand = "0.8"