Felix Schütt
Felix Schütt
I didn't know about fontdb at the time of writing this, I'm just trying to get rid of fontconfig, so that [azul](https://github.com/fschutt/azul) can be built without C dependencies. Looks good,...
Also you might want to update `x11-clipboard` - the new version (`0.3.0-alpha`) doesn't have any breaking changes, but has way less dependencies (decreased build time).
Well, when I made the fork I basically squashed the entire history and rewrote a lot of things. Not sure how to rebase all of this without losing the history....
Thank you for reporting, we are likely to do this after the WASIX merge, the filesystem code is currently frozen. Yes, the Fd should either have a proper reference count...
Blocked on https://github.com/ziglang/zig/issues/13729
Note that the Cargo.toml currently points to my fork, this needs to be updated once a new version of gl-rs is published.
@syrusakbary I have no idea how to preview the gitbook, I just did this blind and hope the links will work.
A different solution would be to use [freetype](https://crates.io/crates/freetype) instead of freetype-sys or freetype-rs, because that builds the whole freetype C code when compiling and includes the necessary Rust bindings. The...
@tuaris I've forked this repo and changed it to use dynamic loading instead of static linking: https://github.com/fschutt/vlc-static-rs The `vlc.lib` doesn't exist on Windows, so I just loaded the functions from...
@PDFergus you just bundle everything your plugins inside of the app and use `include_bytes!()` to package it into the final binary. Then you unpack it when the user starts the...