mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Add an example of how to display an SVG image in egui (#1228)
This commit is contained in:
@@ -73,6 +73,3 @@ glutin = { version = "0.28.0", optional = true }
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
web-sys = { version = "0.3", features=["console"] }
|
||||
wasm-bindgen = { version = "0.2" }
|
||||
|
||||
[dev-dependencies]
|
||||
image = { version = "0.24", default-features = false, features = ["png"] }
|
||||
|
||||
Reference in New Issue
Block a user