Open Aandreba opened 1 week ago
I'm having some problems fetching the material icons submodule, so that's why not all of the icons are generated
I'm having some problems fetching the material icons submodule, so that's why not all of the icons are generated
can't you do something like git submodule update
?
Why exactly do you need to add Derive
to the icons? They don't hold any value
I'm having some problems fetching the material icons submodule, so that's why not all of the icons are generated
can't you do something like
git submodule update
?
I do, but it fails when fetching material icons
Why exactly do you need to add
Derive
to the icons? They don't hold any value
I'm trying to do some stuff with generics and I need the types to implemnent Default
Since all
IconShape
s are ZSTs, we can easily derive theirDefault
implementations.