stuff + set margins of Plot (made a PR to egui for that)

This commit is contained in:
Simon Gardling
2022-02-25 18:56:14 -05:00
parent a2d2a7a551
commit f57d384eb8
2 changed files with 6 additions and 6 deletions

View File

@@ -15,8 +15,8 @@ strip = true
[dependencies]
meval = { git = "https://github.com/Titaniumtown/meval-rs.git" }
egui = "0.17.0"
eframe = "0.17.0"
egui = { git = "https://github.com/Titaniumtown/egui", branch = "patch-1" }
eframe = { git = "https://github.com/Titaniumtown/egui", branch = "patch-1" }
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
git-version = "0.3.5"