fix imports for egui stuff

This commit is contained in:
Simon Gardling
2022-04-22 00:43:38 -04:00
parent fb0b076f62
commit 29c21bb601
6 changed files with 10 additions and 5 deletions

View File

@@ -29,6 +29,11 @@ strip = false
[dependencies]
eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
epi = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
emath = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
shadow-rs = { version = "0.11.0", default-features = false }
const_format = { version = "0.2.22", default-features = false, features = [
"fmt",