lunabunn
lunabunn
With grovesNL's comment below, let's begin the process to relicense `glow` as `MIT OR Apache-2.0 OR Zlib`, adding the Zlib license as a third possible licensing option (for the original...
Resolves #212 Just thought that maybe a PR might make this easier, *if* the change were to be agreed upon.
Current main is broken on Windows due to [maud_macros/src/escape.rs](https://github.com/lambda-fairy/maud/blob/main/maud_macros/src/escape.rs) being a symlink, [which is broken on Windows](https://github.com/rust-lang/cargo/issues/5664). The obvious fix would be to copy-and-paste the contents over, but perhaps there's...
As per the discussion in #112, I am initiating the process to relicense this project to the `MIT OR Apache-2.0 OR Zlib` triple license. ## Rationale for Licensing Currently `fontdue`...
Currently `fontdue` is licensed solely under `MIT`. In addition to not being as compatible as it could be with the rest of the ecosystem, most of which uses the `MIT...
This is an API-breaking change, so I'm not sure if it's really worth it, but I think `impl AsRef` is a bit more conventional signature for taking byte slices than...
Tracking issue for investigating (not necessarily actually implementing) an SDL backend for kapp. This should be a separate crate (`kapp-sdl`) within this repository that is exposed through `kapp` via a...
- [ ] Windows
Does kapp plan to add Linux support for the future? Wayland? X11? Both?
The link to the article "Toxo Terror: Are Our Brains Controlled by Cat-Loving Parasites?" in the README was broken, so I fixed it.