Files
oak-gpui/crates
Marshall Bowers 81475ac4cd paths: Replace lazy_static! with OnceLock (#13213)
This PR replaces the `lazy_static!` usages in the `paths` crate with
`OnceLock` from the standard library.

This allows us to drop the `lazy_static` dependency from this crate.

The paths are now exposed as accessor functions that reference a private
static value.

Release Notes:

- N/A
2024-06-18 12:22:37 -04:00
..
2024-05-29 18:06:45 -07:00
2024-05-29 18:06:45 -07:00
2024-05-29 18:06:45 -07:00
2024-04-30 23:31:59 -06:00
2024-06-12 23:22:52 +03:00
2024-06-12 23:22:52 +03:00
2024-05-10 15:50:20 -06:00
2024-03-11 10:45:57 +01:00
2024-06-18 12:39:56 +02:00
2024-03-26 16:10:09 -07:00
2024-05-23 15:50:59 +02:00
2024-06-13 16:38:53 -07:00
2024-04-15 14:21:52 +02:00