stuff + set margins of Plot (made a PR to egui for that)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user