1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Move egui/math into new crate emath

This commit is contained in:
Emil Ernerfeldt
2021-01-10 11:37:47 +01:00
parent aee1474b6e
commit a0b0f36d29
38 changed files with 187 additions and 97 deletions

8
Cargo.lock generated
View File

@@ -642,6 +642,7 @@ version = "0.7.0"
dependencies = [
"ahash",
"atomic_refcell",
"emath",
"parking_lot",
"rusttype",
"serde",
@@ -703,6 +704,13 @@ version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "emath"
version = "0.7.0"
dependencies = [
"serde",
]
[[package]]
name = "epi"
version = "0.7.0"