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

Move three-d patch into example Cargo.tom

This commit is contained in:
Emil Ernerfeldt
2022-05-22 18:14:00 +02:00
parent b2510676b9
commit fff2008255
3 changed files with 3 additions and 9 deletions

7
Cargo.lock generated
View File

@@ -3529,17 +3529,14 @@ dependencies = [
[[package]]
name = "three-d"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67f308ad823369a15af7278f5fc31e9742663fead72c1361d64d5b39ce882339"
version = "0.12.0"
source = "git+https://github.com/asny/three-d.git?rev=43f210668197e8b1dc50ea9f074d2b8426ecb0f2#43f210668197e8b1dc50ea9f074d2b8426ecb0f2"
dependencies = [
"cgmath",
"gl_generator",
"gloo-timers",
"glow",
"half",
"js-sys",
"log",
"serde",
"thiserror",
"wasm-bindgen",