gpui example: Fix SVG not showing up when running from root (#13648)
Thorsten Ball
created
Took me a while to figure out that I can't run
cargo run -p gpui --example animation
and that it has to run in the `gpui` crate.
So I thought I'd fix this.
Release Notes:
- N/A