zed/crates/gpui/examples
Marshall Bowers 6c7893db35
Rename SharedUrl to SharedUri (#7084)
This PR renames `SharedUrl` to `SharedUri` to better reflect its intent.

I'm still not entirely happy with this naming, as the file paths that we
can store in here are not _really_ URIs, as they are lacking a protocol.

I want to explore changing `SharedUri` / `SharedUrl` back to alway
storing a URL and treat local filepaths differently, as it seems we're
conflating two different concerns under the same umbrella, at the
moment.

Release Notes:

- N/A
2024-01-30 09:54:23 -05:00
..
hello_world.rs gpui: Add hello world example (#6465) 2024-01-25 01:03:53 -05:00
image.rs Rename SharedUrl to SharedUri (#7084) 2024-01-30 09:54:23 -05:00
ownership_post.rs More adjustments for blog post 2024-01-18 07:01:46 -07:00