Add gpui2 crate

This commit is contained in:
Nathan Sobo 2023-08-30 15:00:11 -06:00
parent 746f77bf7c
commit ee11be98e5
23 changed files with 1981 additions and 23 deletions

View file

@ -56,7 +56,7 @@ pub fn impl_into_element(
where_clause: &Option<&WhereClause>,
) -> proc_macro2::TokenStream {
quote! {
impl #impl_generics playground::element::IntoElement<#view_type_name> for #type_name #type_generics
impl #impl_generics gpui2::element::IntoElement<#view_type_name> for #type_name #type_generics
#where_clause
{
type Element = Self;