[package] name = "mythic_charts" version = "0.1.0" edition = "2021" description = "Chart library for Mythic built on Iced and Plotters." license = "MIT" repository = "https://github.com/primitivefinance/mythic" readme = "README.md" [dependencies] iced = { version = "=0.10.0" } plotters = { version = "=0.3.5" } plotters-backend = { version = "=0.3.5" } plotters-iced = { version = "=0.9.0" }