1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -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

View File

@@ -37,6 +37,3 @@ opt-level = 2 # fast and small wasm, basically same as `opt-level = 's'`
# opt-level = 3 # unecessarily large wasm for no performance gain
# debug = true # include debug symbols, useful when profiling wasm
[patch.crates-io]
three-d = { git = "https://github.com/asny/three-d.git", rev = "7ac4f3e1e14335290e505a5799a0b88717474678" }