Files
oak-gpui/crates/theme_importer/src/zed1.rs
T
Marshall Bowers e43d5dfea8 Decouple theme_importer from old GPUI 1 crates (#3866)
This PR decouples the `theme_importer` from the `theme` and `gpui`
crates.

We achieve this by inlining all of the relevant bits needed to
deserialize Zed1 themes.

This will allow us to continue to import Zed1 themes after we land
#3862.

Release Notes:

- N/A
2024-01-03 15:02:55 -05:00

5 lines
53 B
Rust

mod converter;
pub mod theme;
pub use converter::*;