You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: C:\Users\me\.cargo\registry\src\github.com-1ecc6299db9ec823\andrew-0.2.1\src\text\fontconfig.rs:5: unresolved import `xdg::BaseDirectories`
error: C:\Users\me\.cargo\registry\src\github.com-1ecc6299db9ec823\andrew-0.2.1\src\text\fontconfig.rs:5: no `BaseDirectories` in the root
The text was updated successfully, but these errors were encountered:
Thanks for this nice crate. I want to use it to render data into a buffer, to create a glium texture to render with imgui.
But it doesn't compile on windows because of this line:
https://github.com/trimental/andrew/blob/30a2d2487e726520cfcf8a2e615fefab697649c7/src/text/fontconfig.rs#L5
The text was updated successfully, but these errors were encountered: